Html Css Color HEX #B94147 Old Rose

📋 copy color: '#B94147'

red 185 ◦ green 65 ◦ blue 71

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

Shades of Old Rose #B94147

Tints of Old Rose #B94147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 57.63%
G = 20.25%
B = 22.12%

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

#B94147 (or 0xB94147) is known color: Old Rose. HEX triplet: B9, 41 and 47. RGB value is (185,65,71). Sum of RGB (Red+Green+Blue) = 185+65+71=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94147 is #46BEB8. Grayscale: #656565. Windows color (decimal): -4636345 or 4669881. OLE color: 4669881.

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

Color convert

RGB 185 65 71 -
CMYK 0 0.65 0.62 0.27
HSL 357º 0.48% 0.49% -
HSV(B) 357º 0.65% 0.73% -
XYZ 23.04 14.55 7.56 -
YUV 101.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 185 65 71 0 0.65 0.62 0.27 357 0.48 0.49
Hex B9 41 47 0 41 3E 1B 165 30 31
Octal 271 101 107 0 101 76 33 545 60 61
Binary 10111001 1000001 1000111 0 1000001 111110 11011 101100101 110000 110001

Color Harmonies of #B94147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94147

Black with #B94147

Text Example


Text Example

White with #B94147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94147; }

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

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

background-color css

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

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

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

border-color css

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

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

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