Html Css Color HEX #B9404E Old Rose

📋 copy color: '#B9404E'

red 185 ◦ green 64 ◦ blue 78

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

Shades of Old Rose #B9404E

Tints of Old Rose #B9404E

RGB

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

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

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

R = 56.57%
G = 19.57%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9404E (or 0xB9404E) is known color: Old Rose. HEX triplet: B9, 40 and 4E. RGB value is (185,64,78). Sum of RGB (Red+Green+Blue) = 185+64+78=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9404E is #46BFB1. Grayscale: #656565. Windows color (decimal): -4636594 or 5128377. OLE color: 5128377.

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

Color convert

RGB 185 64 78 -
CMYK 0 0.65 0.58 0.27
HSL 353.06º 0.49% 0.49% -
HSV(B) 353.06º 0.65% 0.73% -
XYZ 23.22 14.53 8.79 -
YUV 101.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 185 64 78 0 0.65 0.58 0.27 353.06 0.49 0.49
Hex B9 40 4E 0 41 3A 1B 161 31 31
Octal 271 100 116 0 101 72 33 541 61 61
Binary 10111001 1000000 1001110 0 1000001 111010 11011 101100001 110001 110001

Color Harmonies of #B9404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9404E

Black with #B9404E

Text Example


Text Example

White with #B9404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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