Html Css Color HEX #B94047 Old Rose

📋 copy color: '#B94047'

red 185 ◦ green 64 ◦ blue 71

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

Shades of Old Rose #B94047

Tints of Old Rose #B94047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 57.81%
G = 20%
B = 22.19%

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

#B94047 (or 0xB94047) is known color: Old Rose. HEX triplet: B9, 40 and 47. RGB value is (185,64,71). Sum of RGB (Red+Green+Blue) = 185+64+71=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B94047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94047 is #46BFB8. Grayscale: #656565. Windows color (decimal): -4636601 or 4669625. OLE color: 4669625.

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

Color convert

RGB 185 64 71 -
CMYK 0 0.65 0.62 0.27
HSL 356.53º 0.49% 0.49% -
HSV(B) 356.53º 0.65% 0.73% -
XYZ 22.98 14.44 7.54 -
YUV 100.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 185 64 71 0 0.65 0.62 0.27 356.53 0.49 0.49
Hex B9 40 47 0 41 3E 1B 165 31 31
Octal 271 100 107 0 101 76 33 545 61 61
Binary 10111001 1000000 1000111 0 1000001 111110 11011 101100101 110001 110001

Color Harmonies of #B94047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94047

Black with #B94047

Text Example


Text Example

White with #B94047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94047; }

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

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

background-color css

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

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

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

border-color css

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

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

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