Html Css Color HEX #B6204C Old Rose

📋 copy color: '#B6204C'

red 182 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #B6204C

Tints of Old Rose #B6204C

RGB

 RED value IS 182 (71.48% from 255) = 62.76%

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

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

R = 62.76%
G = 11.03%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6204C (or 0xB6204C) is known color: Old Rose. HEX triplet: B6, 20 and 4C. RGB value is (182,32,76). Sum of RGB (Red+Green+Blue) = 182+32+76=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6204C is #49DFB3. Grayscale: #515151. Windows color (decimal): -4841396 or 4989110. OLE color: 4989110.

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

Color convert

RGB 182 32 76 -
CMYK 0 0.82 0.58 0.29
HSL 342.4º 0.7% 0.42% -
HSV(B) 342.4º 0.82% 0.71% -
XYZ 21.11 11.5 7.94 -
YUV 81.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 182 32 76 0 0.82 0.58 0.29 342.4 0.7 0.42
Hex B6 20 4C 0 52 3A 1D 156 46 2A
Octal 266 40 114 0 122 72 35 526 106 52
Binary 10110110 100000 1001100 0 1010010 111010 11101 101010110 1000110 101010

Color Harmonies of #B6204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6204C

Black with #B6204C

Text Example


Text Example

White with #B6204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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