Html Css Color HEX #B9364C Old Rose

📋 copy color: '#B9364C'

red 185 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #B9364C

Tints of Old Rose #B9364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 58.73%
G = 17.14%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9364C (or 0xB9364C) is known color: Old Rose. HEX triplet: B9, 36 and 4C. RGB value is (185,54,76). Sum of RGB (Red+Green+Blue) = 185+54+76=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9364C is #46C9B3. Grayscale: #5F5F5F. Windows color (decimal): -4639156 or 4994745. OLE color: 4994745.

HSL color Cylindrical-coordinate representation of color #B9364C: hue angle of 349.92º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9364C is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 76 -
CMYK 0 0.71 0.59 0.27
HSL 349.92º 0.55% 0.47% -
HSV(B) 349.92º 0.71% 0.73% -
XYZ 22.63 13.47 8.25 -
YUV 95.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 185 54 76 0 0.71 0.59 0.27 349.92 0.55 0.47
Hex B9 36 4C 0 47 3B 1B 15E 37 2F
Octal 271 66 114 0 107 73 33 536 67 57
Binary 10111001 110110 1001100 0 1000111 111011 11011 101011110 110111 101111

Color Harmonies of #B9364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9364C

Black with #B9364C

Text Example


Text Example

White with #B9364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9364C; }

 p { color: rgb(185,54,76); }

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

background-color css

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

 a { background-color: rgb(185,54,76); }

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

border-color css

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

 span { border-color: rgb(185,54,76); }

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