Html Css Color HEX #B12052 Old Rose

📋 copy color: '#B12052'

red 177 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #B12052

Tints of Old Rose #B12052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 60.82%
G = 11%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12052 (or 0xB12052) is known color: Old Rose. HEX triplet: B1, 20 and 52. RGB value is (177,32,82). Sum of RGB (Red+Green+Blue) = 177+32+82=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B12052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12052 is #4EDFAD. Grayscale: #515151. Windows color (decimal): -5169070 or 5382321. OLE color: 5382321.

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

Color convert

RGB 177 32 82 -
CMYK 0 0.82 0.54 0.31
HSL 339.31º 0.69% 0.41% -
HSV(B) 339.31º 0.82% 0.69% -
XYZ 20.17 10.99 9.04 -
YUV 81.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 177 32 82 0 0.82 0.54 0.31 339.31 0.69 0.41
Hex B1 20 52 0 52 36 1F 153 45 29
Octal 261 40 122 0 122 66 37 523 105 51
Binary 10110001 100000 1010010 0 1010010 110110 11111 101010011 1000101 101001

Color Harmonies of #B12052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12052

Black with #B12052

Text Example


Text Example

White with #B12052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12052; }

 p { color: rgb(177,32,82); }

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

background-color css

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

 a { background-color: rgb(177,32,82); }

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

border-color css

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

 span { border-color: rgb(177,32,82); }

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