Html Css Color HEX #B5184E Old Rose

📋 copy color: '#B5184E'

red 181 ◦ green 24 ◦ blue 78

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

Shades of Old Rose #B5184E

Tints of Old Rose #B5184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 63.96%
G = 8.48%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5184E (or 0xB5184E) is known color: Old Rose. HEX triplet: B5, 18 and 4E. RGB value is (181,24,78). Sum of RGB (Red+Green+Blue) = 181+24+78=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5184E is #4AE7B1. Grayscale: #4D4D4D. Windows color (decimal): -4908978 or 5118133. OLE color: 5118133.

HSL color Cylindrical-coordinate representation of color #B5184E: hue angle of 339.36º 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 #B5184E is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 78 -
CMYK 0 0.87 0.57 0.29
HSL 339.36º 0.77% 0.4% -
HSV(B) 339.36º 0.87% 0.71% -
XYZ 20.76 11.03 8.24 -
YUV 77.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 181 24 78 0 0.87 0.57 0.29 339.36 0.77 0.4
Hex B5 18 4E 0 57 39 1D 153 4D 28
Octal 265 30 116 0 127 71 35 523 115 50
Binary 10110101 11000 1001110 0 1010111 111001 11101 101010011 1001101 101000

Color Harmonies of #B5184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5184E

Black with #B5184E

Text Example


Text Example

White with #B5184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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