Html Css Color HEX #B12154 Old Rose

📋 copy color: '#B12154'

red 177 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #B12154

Tints of Old Rose #B12154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 60.2%
G = 11.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B12154 (or 0xB12154) is known color: Old Rose. HEX triplet: B1, 21 and 54. RGB value is (177,33,84). Sum of RGB (Red+Green+Blue) = 177+33+84=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B12154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12154 is #4EDEAB. Grayscale: #515151. Windows color (decimal): -5168812 or 5513649. OLE color: 5513649.

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

Color convert

RGB 177 33 84 -
CMYK 0 0.81 0.53 0.31
HSL 338.75º 0.69% 0.41% -
HSV(B) 338.75º 0.81% 0.69% -
XYZ 20.28 11.07 9.46 -
YUV 81.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 177 33 84 0 0.81 0.53 0.31 338.75 0.69 0.41
Hex B1 21 54 0 51 35 1F 153 45 29
Octal 261 41 124 0 121 65 37 523 105 51
Binary 10110001 100001 1010100 0 1010001 110101 11111 101010011 1000101 101001

Color Harmonies of #B12154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12154

Black with #B12154

Text Example


Text Example

White with #B12154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12154; }

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

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

background-color css

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

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

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

border-color css

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

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

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