Html Css Color HEX #B9204A Old Rose

📋 copy color: '#B9204A'

red 185 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #B9204A

Tints of Old Rose #B9204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 63.57%
G = 11%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9204A (or 0xB9204A) is known color: Old Rose. HEX triplet: B9, 20 and 4A. RGB value is (185,32,74). Sum of RGB (Red+Green+Blue) = 185+32+74=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B9204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9204A is #46DFB5. Grayscale: #525252. Windows color (decimal): -4644790 or 4858041. OLE color: 4858041.

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

Color convert

RGB 185 32 74 -
CMYK 0 0.83 0.6 0.27
HSL 343.53º 0.71% 0.43% -
HSV(B) 343.53º 0.83% 0.73% -
XYZ 21.76 11.84 7.62 -
YUV 82.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 185 32 74 0 0.83 0.6 0.27 343.53 0.71 0.43
Hex B9 20 4A 0 53 3C 1B 158 47 2B
Octal 271 40 112 0 123 74 33 530 107 53
Binary 10111001 100000 1001010 0 1010011 111100 11011 101011000 1000111 101011

Color Harmonies of #B9204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9204A

Black with #B9204A

Text Example


Text Example

White with #B9204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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