Html Css Color HEX #B9404B Old Rose

📋 copy color: '#B9404B'

red 185 ◦ green 64 ◦ blue 75

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

Shades of Old Rose #B9404B

Tints of Old Rose #B9404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 57.1%
G = 19.75%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9404B (or 0xB9404B) is known color: Old Rose. HEX triplet: B9, 40 and 4B. RGB value is (185,64,75). Sum of RGB (Red+Green+Blue) = 185+64+75=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9404B is #46BFB4. Grayscale: #656565. Windows color (decimal): -4636597 or 4931769. OLE color: 4931769.

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

Color convert

RGB 185 64 75 -
CMYK 0 0.65 0.59 0.27
HSL 354.55º 0.49% 0.49% -
HSV(B) 354.55º 0.65% 0.73% -
XYZ 23.11 14.49 8.24 -
YUV 101.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 185 64 75 0 0.65 0.59 0.27 354.55 0.49 0.49
Hex B9 40 4B 0 41 3B 1B 163 31 31
Octal 271 100 113 0 101 73 33 543 61 61
Binary 10111001 1000000 1001011 0 1000001 111011 11011 101100011 110001 110001

Color Harmonies of #B9404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9404B

Black with #B9404B

Text Example


Text Example

White with #B9404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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