Html Css Color HEX #B12157 Old Rose

📋 copy color: '#B12157'

red 177 ◦ green 33 ◦ blue 87

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

Shades of Old Rose #B12157

Tints of Old Rose #B12157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 59.6%
G = 11.11%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B12157 (or 0xB12157) is known color: Old Rose. HEX triplet: B1, 21 and 57. RGB value is (177,33,87). Sum of RGB (Red+Green+Blue) = 177+33+87=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B12157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12157 is #4EDEA8. Grayscale: #525252. Windows color (decimal): -5168809 or 5710257. OLE color: 5710257.

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

Color convert

RGB 177 33 87 -
CMYK 0 0.81 0.51 0.31
HSL 337.5º 0.69% 0.41% -
HSV(B) 337.5º 0.81% 0.69% -
XYZ 20.4 11.12 10.09 -
YUV 82.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 177 33 87 0 0.81 0.51 0.31 337.5 0.69 0.41
Hex B1 21 57 0 51 33 1F 152 45 29
Octal 261 41 127 0 121 63 37 522 105 51
Binary 10110001 100001 1010111 0 1010001 110011 11111 101010010 1000101 101001

Color Harmonies of #B12157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12157

Black with #B12157

Text Example


Text Example

White with #B12157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12157; }

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

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

background-color css

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

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

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

border-color css

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

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

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