Html Css Color HEX #B6205C Old Rose

📋 copy color: '#B6205C'

red 182 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #B6205C

Tints of Old Rose #B6205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 59.48%
G = 10.46%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6205C (or 0xB6205C) is known color: Old Rose. HEX triplet: B6, 20 and 5C. RGB value is (182,32,92). Sum of RGB (Red+Green+Blue) = 182+32+92=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B6205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6205C is #49DFA3. Grayscale: #535353. Windows color (decimal): -4841380 or 6037686. OLE color: 6037686.

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

Color convert

RGB 182 32 92 -
CMYK 0 0.82 0.49 0.29
HSL 336º 0.7% 0.42% -
HSV(B) 336º 0.82% 0.71% -
XYZ 21.74 11.75 11.25 -
YUV 83.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 182 32 92 0 0.82 0.49 0.29 336 0.7 0.42
Hex B6 20 5C 0 52 31 1D 150 46 2A
Octal 266 40 134 0 122 61 35 520 106 52
Binary 10110110 100000 1011100 0 1010010 110001 11101 101010000 1000110 101010

Color Harmonies of #B6205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6205C

Black with #B6205C

Text Example


Text Example

White with #B6205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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