Html Css Color HEX #B9385B Old Rose

📋 copy color: '#B9385B'

red 185 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #B9385B

Tints of Old Rose #B9385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 55.72%
G = 16.87%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9385B (or 0xB9385B) is known color: Old Rose. HEX triplet: B9, 38 and 5B. RGB value is (185,56,91). Sum of RGB (Red+Green+Blue) = 185+56+91=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9385B is #46C7A4. Grayscale: #626262. Windows color (decimal): -4638629 or 5978297. OLE color: 5978297.

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

Color convert

RGB 185 56 91 -
CMYK 0 0.70 0.51 0.27
HSL 343.72º 0.54% 0.47% -
HSV(B) 343.72º 0.7% 0.73% -
XYZ 23.31 13.9 11.35 -
YUV 98.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 185 56 91 0 0.70 0.51 0.27 343.72 0.54 0.47
Hex B9 38 5B 0 46 33 1B 158 36 2F
Octal 271 70 133 0 106 63 33 530 66 57
Binary 10111001 111000 1011011 0 1000110 110011 11011 101011000 110110 101111

Color Harmonies of #B9385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9385B

Black with #B9385B

Text Example


Text Example

White with #B9385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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