Html Css Color HEX #B9404A Old Rose

📋 copy color: '#B9404A'

red 185 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #B9404A

Tints of Old Rose #B9404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 57.28%
G = 19.81%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9404A (or 0xB9404A) is known color: Old Rose. HEX triplet: B9, 40 and 4A. RGB value is (185,64,74). Sum of RGB (Red+Green+Blue) = 185+64+74=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9404A is #46BFB5. Grayscale: #656565. Windows color (decimal): -4636598 or 4866233. OLE color: 4866233.

HSL color Cylindrical-coordinate representation of color #B9404A: hue angle of 355.04º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9404A is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 74 -
CMYK 0 0.65 0.6 0.27
HSL 355.04º 0.49% 0.49% -
HSV(B) 355.04º 0.65% 0.73% -
XYZ 23.08 14.48 8.06 -
YUV 101.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 185 64 74 0 0.65 0.6 0.27 355.04 0.49 0.49
Hex B9 40 4A 0 41 3C 1B 163 31 31
Octal 271 100 112 0 101 74 33 543 61 61
Binary 10111001 1000000 1001010 0 1000001 111100 11011 101100011 110001 110001

Color Harmonies of #B9404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9404A

Black with #B9404A

Text Example


Text Example

White with #B9404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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