Html Css Color HEX #B1184C Old Rose

📋 copy color: '#B1184C'

red 177 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #B1184C

Tints of Old Rose #B1184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 63.9%
G = 8.66%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1184C (or 0xB1184C) is known color: Old Rose. HEX triplet: B1, 18 and 4C. RGB value is (177,24,76). Sum of RGB (Red+Green+Blue) = 177+24+76=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1184C is #4EE7B3. Grayscale: #4B4B4B. Windows color (decimal): -5171124 or 4987057. OLE color: 4987057.

HSL color Cylindrical-coordinate representation of color #B1184C: hue angle of 339.61º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1184C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 76 -
CMYK 0 0.86 0.57 0.31
HSL 339.61º 0.76% 0.39% -
HSV(B) 339.61º 0.86% 0.69% -
XYZ 19.76 10.52 7.83 -
YUV 75.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 177 24 76 0 0.86 0.57 0.31 339.61 0.76 0.39
Hex B1 18 4C 0 56 39 1F 154 4C 27
Octal 261 30 114 0 126 71 37 524 114 47
Binary 10110001 11000 1001100 0 1010110 111001 11111 101010100 1001100 100111

Color Harmonies of #B1184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1184C

Black with #B1184C

Text Example


Text Example

White with #B1184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1184C; }

 p { color: rgb(177,24,76); }

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

background-color css

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

 a { background-color: rgb(177,24,76); }

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

border-color css

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

 span { border-color: rgb(177,24,76); }

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