Html Css Color HEX #B9204E Old Rose

📋 copy color: '#B9204E'

red 185 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #B9204E

Tints of Old Rose #B9204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 62.71%
G = 10.85%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9204E (or 0xB9204E) is known color: Old Rose. HEX triplet: B9, 20 and 4E. RGB value is (185,32,78). Sum of RGB (Red+Green+Blue) = 185+32+78=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9204E is #46DFB1. Grayscale: #525252. Windows color (decimal): -4644786 or 5120185. OLE color: 5120185.

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

Color convert

RGB 185 32 78 -
CMYK 0 0.83 0.58 0.27
HSL 341.96º 0.71% 0.43% -
HSV(B) 341.96º 0.83% 0.73% -
XYZ 21.9 11.9 8.35 -
YUV 82.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 185 32 78 0 0.83 0.58 0.27 341.96 0.71 0.43
Hex B9 20 4E 0 53 3A 1B 156 47 2B
Octal 271 40 116 0 123 72 33 526 107 53
Binary 10111001 100000 1001110 0 1010011 111010 11011 101010110 1000111 101011

Color Harmonies of #B9204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9204E

Black with #B9204E

Text Example


Text Example

White with #B9204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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