Html Css Color HEX #B9205C Old Rose

📋 copy color: '#B9205C'

red 185 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #B9205C

Tints of Old Rose #B9205C

RGB

 RED value IS 185 (72.66% from 255) = 59.87%

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

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

R = 59.87%
G = 10.36%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9205C (or 0xB9205C) is known color: Old Rose. HEX triplet: B9, 20 and 5C. RGB value is (185,32,92). Sum of RGB (Red+Green+Blue) = 185+32+92=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9205C is #46DFA3. Grayscale: #545454. Windows color (decimal): -4644772 or 6037689. OLE color: 6037689.

HSL color Cylindrical-coordinate representation of color #B9205C: hue angle of 336.47º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9205C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 92 -
CMYK 0 0.83 0.50 0.27
HSL 336.47º 0.71% 0.43% -
HSV(B) 336.47º 0.83% 0.73% -
XYZ 22.46 12.12 11.28 -
YUV 84.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 185 32 92 0 0.83 0.50 0.27 336.47 0.71 0.43
Hex B9 20 5C 0 53 32 1B 150 47 2B
Octal 271 40 134 0 123 62 33 520 107 53
Binary 10111001 100000 1011100 0 1010011 110010 11011 101010000 1000111 101011

Color Harmonies of #B9205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9205C

Black with #B9205C

Text Example


Text Example

White with #B9205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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