Html Css Color HEX #B6205B Old Rose

📋 copy color: '#B6205B'

red 182 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #B6205B

Tints of Old Rose #B6205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 59.67%
G = 10.49%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6205B (or 0xB6205B) is known color: Old Rose. HEX triplet: B6, 20 and 5B. RGB value is (182,32,91). Sum of RGB (Red+Green+Blue) = 182+32+91=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B6205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6205B is #49DFA4. Grayscale: #535353. Windows color (decimal): -4841381 or 5972150. OLE color: 5972150.

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

Color convert

RGB 182 32 91 -
CMYK 0 0.82 0.5 0.29
HSL 336.4º 0.7% 0.42% -
HSV(B) 336.4º 0.82% 0.71% -
XYZ 21.7 11.73 11.02 -
YUV 83.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 182 32 91 0 0.82 0.5 0.29 336.4 0.7 0.42
Hex B6 20 5B 0 52 32 1D 150 46 2A
Octal 266 40 133 0 122 62 35 520 106 52
Binary 10110110 100000 1011011 0 1010010 110010 11101 101010000 1000110 101010

Color Harmonies of #B6205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6205B

Black with #B6205B

Text Example


Text Example

White with #B6205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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