Html Css Color HEX #B9384E Old Rose

📋 copy color: '#B9384E'

red 185 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #B9384E

Tints of Old Rose #B9384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 57.99%
G = 17.55%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9384E (or 0xB9384E) is known color: Old Rose. HEX triplet: B9, 38 and 4E. RGB value is (185,56,78). Sum of RGB (Red+Green+Blue) = 185+56+78=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9384E is #46C7B1. Grayscale: #616161. Windows color (decimal): -4638642 or 5126329. OLE color: 5126329.

HSL color Cylindrical-coordinate representation of color #B9384E: hue angle of 349.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9384E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 78 -
CMYK 0 0.70 0.58 0.27
HSL 349.77º 0.54% 0.47% -
HSV(B) 349.77º 0.7% 0.73% -
XYZ 22.8 13.69 8.65 -
YUV 97.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 185 56 78 0 0.70 0.58 0.27 349.77 0.54 0.47
Hex B9 38 4E 0 46 3A 1B 15E 36 2F
Octal 271 70 116 0 106 72 33 536 66 57
Binary 10111001 111000 1001110 0 1000110 111010 11011 101011110 110110 101111

Color Harmonies of #B9384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9384E

Black with #B9384E

Text Example


Text Example

White with #B9384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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