Html Css Color HEX #B12159 Old Rose

📋 copy color: '#B12159'

red 177 ◦ green 33 ◦ blue 89

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

Shades of Old Rose #B12159

Tints of Old Rose #B12159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 59.2%
G = 11.04%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B12159 (or 0xB12159) is known color: Old Rose. HEX triplet: B1, 21 and 59. RGB value is (177,33,89). Sum of RGB (Red+Green+Blue) = 177+33+89=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12159 is #4EDEA6. Grayscale: #525252. Windows color (decimal): -5168807 or 5841329. OLE color: 5841329.

HSL color Cylindrical-coordinate representation of color #B12159: hue angle of 336.67º 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 #B12159 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 89 -
CMYK 0 0.81 0.50 0.31
HSL 336.67º 0.69% 0.41% -
HSV(B) 336.67º 0.81% 0.69% -
XYZ 20.48 11.16 10.53 -
YUV 82.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 177 33 89 0 0.81 0.50 0.31 336.67 0.69 0.41
Hex B1 21 59 0 51 32 1F 151 45 29
Octal 261 41 131 0 121 62 37 521 105 51
Binary 10110001 100001 1011001 0 1010001 110010 11111 101010001 1000101 101001

Color Harmonies of #B12159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12159

Black with #B12159

Text Example


Text Example

White with #B12159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12159; }

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

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

background-color css

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

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

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

border-color css

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

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

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