Html Css Color HEX #B94046 Old Rose

📋 copy color: '#B94046'

red 185 ◦ green 64 ◦ blue 70

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

Shades of Old Rose #B94046

Tints of Old Rose #B94046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 57.99%
G = 20.06%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94046 (or 0xB94046) is known color: Old Rose. HEX triplet: B9, 40 and 46. RGB value is (185,64,70). Sum of RGB (Red+Green+Blue) = 185+64+70=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B94046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94046 is #46BFB9. Grayscale: #646464. Windows color (decimal): -4636602 or 4604089. OLE color: 4604089.

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

Color convert

RGB 185 64 70 -
CMYK 0 0.65 0.62 0.27
HSL 357.02º 0.49% 0.49% -
HSV(B) 357.02º 0.65% 0.73% -
XYZ 22.95 14.42 7.37 -
YUV 100.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 185 64 70 0 0.65 0.62 0.27 357.02 0.49 0.49
Hex B9 40 46 0 41 3E 1B 165 31 31
Octal 271 100 106 0 101 76 33 545 61 61
Binary 10111001 1000000 1000110 0 1000001 111110 11011 101100101 110001 110001

Color Harmonies of #B94046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94046

Black with #B94046

Text Example


Text Example

White with #B94046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94046; }

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

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

background-color css

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

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

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

border-color css

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

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

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