Html Css Color HEX #B8204C Old Rose

📋 copy color: '#B8204C'

red 184 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #B8204C

Tints of Old Rose #B8204C

RGB

 RED value IS 184 (72.27% from 255) = 63.01%

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

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

R = 63.01%
G = 10.96%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8204C (or 0xB8204C) is known color: Old Rose. HEX triplet: B8, 20 and 4C. RGB value is (184,32,76). Sum of RGB (Red+Green+Blue) = 184+32+76=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8204C is #47DFB3. Grayscale: #525252. Windows color (decimal): -4710324 or 4989112. OLE color: 4989112.

HSL color Cylindrical-coordinate representation of color #B8204C: hue angle of 342.63º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8204C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 76 -
CMYK 0 0.83 0.59 0.28
HSL 342.63º 0.7% 0.42% -
HSV(B) 342.63º 0.83% 0.72% -
XYZ 21.59 11.75 7.97 -
YUV 82.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 184 32 76 0 0.83 0.59 0.28 342.63 0.7 0.42
Hex B8 20 4C 0 53 3B 1C 157 46 2A
Octal 270 40 114 0 123 73 34 527 106 52
Binary 10111000 100000 1001100 0 1010011 111011 11100 101010111 1000110 101010

Color Harmonies of #B8204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8204C

Black with #B8204C

Text Example


Text Example

White with #B8204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8204C; }

 p { color: rgb(184,32,76); }

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

background-color css

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

 a { background-color: rgb(184,32,76); }

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

border-color css

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

 span { border-color: rgb(184,32,76); }

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