Html Css Color HEX #B12456 Old Rose

📋 copy color: '#B12456'

red 177 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #B12456

Tints of Old Rose #B12456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 86 (33.98% from 255) = 28.76%

R = 59.2%
G = 12.04%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B12456 (or 0xB12456) is known color: Old Rose. HEX triplet: B1, 24 and 56. RGB value is (177,36,86). Sum of RGB (Red+Green+Blue) = 177+36+86=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12456 is #4EDBA9. Grayscale: #535353. Windows color (decimal): -5168042 or 5645489. OLE color: 5645489.

HSL color Cylindrical-coordinate representation of color #B12456: hue angle of 338.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12456 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 86 -
CMYK 0 0.80 0.51 0.31
HSL 338.72º 0.66% 0.42% -
HSV(B) 338.72º 0.8% 0.69% -
XYZ 20.44 11.28 9.9 -
YUV 83.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 177 36 86 0 0.80 0.51 0.31 338.72 0.66 0.42
Hex B1 24 56 0 50 33 1F 153 42 2A
Octal 261 44 126 0 120 63 37 523 102 52
Binary 10110001 100100 1010110 0 1010000 110011 11111 101010011 1000010 101010

Color Harmonies of #B12456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12456

Black with #B12456

Text Example


Text Example

White with #B12456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12456; }

 p { color: rgb(177,36,86); }

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

background-color css

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

 a { background-color: rgb(177,36,86); }

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

border-color css

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

 span { border-color: rgb(177,36,86); }

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