Html Css Color HEX #B5184C Old Rose

📋 copy color: '#B5184C'

red 181 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #B5184C

Tints of Old Rose #B5184C

RGB

 RED value IS 181 (71.09% from 255) = 64.41%

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

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

R = 64.41%
G = 8.54%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5184C (or 0xB5184C) is known color: Old Rose. HEX triplet: B5, 18 and 4C. RGB value is (181,24,76). Sum of RGB (Red+Green+Blue) = 181+24+76=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5184C is #4AE7B3. Grayscale: #4C4C4C. Windows color (decimal): -4908980 or 4987061. OLE color: 4987061.

HSL color Cylindrical-coordinate representation of color #B5184C: hue angle of 340.13º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5184C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 76 -
CMYK 0 0.87 0.58 0.29
HSL 340.13º 0.77% 0.4% -
HSV(B) 340.13º 0.87% 0.71% -
XYZ 20.69 11 7.87 -
YUV 76.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 181 24 76 0 0.87 0.58 0.29 340.13 0.77 0.4
Hex B5 18 4C 0 57 3A 1D 154 4D 28
Octal 265 30 114 0 127 72 35 524 115 50
Binary 10110101 11000 1001100 0 1010111 111010 11101 101010100 1001101 101000

Color Harmonies of #B5184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5184C

Black with #B5184C

Text Example


Text Example

White with #B5184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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