Html Css Color HEX #B12155 Old Rose

📋 copy color: '#B12155'

red 177 ◦ green 33 ◦ blue 85

#B12155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B12155

Tints of Old Rose #B12155

RGB

 RED value IS 177 (69.53% from 255) = 60%

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 60%
G = 11.19%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B12155 (or 0xB12155) is known color: Old Rose. HEX triplet: B1, 21 and 55. RGB value is (177,33,85). Sum of RGB (Red+Green+Blue) = 177+33+85=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B12155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12155 is #4EDEAA. Grayscale: #515151. Windows color (decimal): -5168811 or 5579185. OLE color: 5579185.

HSL color Cylindrical-coordinate representation of color #B12155: hue angle of 338.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12155 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 85 -
CMYK 0 0.81 0.52 0.31
HSL 338.33º 0.69% 0.41% -
HSV(B) 338.33º 0.81% 0.69% -
XYZ 20.32 11.09 9.66 -
YUV 81.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 177 33 85 0 0.81 0.52 0.31 338.33 0.69 0.41
Hex B1 21 55 0 51 34 1F 152 45 29
Octal 261 41 125 0 121 64 37 522 105 51
Binary 10110001 100001 1010101 0 1010001 110100 11111 101010010 1000101 101001

Color Harmonies of #B12155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12155

Black with #B12155

Text Example


Text Example

White with #B12155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12155; }

 p { color: rgb(177,33,85); }

 H1.HeaderClassName
 {
   color: #B12155;
 }
 .AnyTagClassName
 {
   color: #B12155;
 }
</style>

background-color css

<style>
 a { background-color: #B12155; }

 a { background-color: rgb(177,33,85); }

 div.DivClassName
 {
   background-color: #B12155;
 }
 .BgClassName
 {
   background-color: #B12155;
 }
</style>

border-color css

<style>
 span { border-color: #B12155; }

 span { border-color: rgb(177,33,85); }

 td.TdClassName
 {
   border-color: #B12155;
 }
 .TagClassName
 {
   border-color: #B12155;
 }
</style>