Html Css Color HEX #B7204C Old Rose

📋 copy color: '#B7204C'

red 183 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #B7204C

Tints of Old Rose #B7204C

RGB

 RED value IS 183 (71.88% from 255) = 62.89%

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

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

R = 62.89%
G = 11%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7204C (or 0xB7204C) is known color: Old Rose. HEX triplet: B7, 20 and 4C. RGB value is (183,32,76). Sum of RGB (Red+Green+Blue) = 183+32+76=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7204C is #48DFB3. Grayscale: #525252. Windows color (decimal): -4775860 or 4989111. OLE color: 4989111.

HSL color Cylindrical-coordinate representation of color #B7204C: hue angle of 342.52º 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 #B7204C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 76 -
CMYK 0 0.83 0.58 0.28
HSL 342.52º 0.7% 0.42% -
HSV(B) 342.52º 0.83% 0.72% -
XYZ 21.35 11.62 7.96 -
YUV 82.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 183 32 76 0 0.83 0.58 0.28 342.52 0.7 0.42
Hex B7 20 4C 0 53 3A 1C 157 46 2A
Octal 267 40 114 0 123 72 34 527 106 52
Binary 10110111 100000 1001100 0 1010011 111010 11100 101010111 1000110 101010

Color Harmonies of #B7204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7204C

Black with #B7204C

Text Example


Text Example

White with #B7204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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