Html Css Color HEX #B94347 Old Rose

📋 copy color: '#B94347'

red 185 ◦ green 67 ◦ blue 71

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

Shades of Old Rose #B94347

Tints of Old Rose #B94347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 57.28%
G = 20.74%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94347 (or 0xB94347) is known color: Old Rose. HEX triplet: B9, 43 and 47. RGB value is (185,67,71). Sum of RGB (Red+Green+Blue) = 185+67+71=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94347 is #46BCB8. Grayscale: #666666. Windows color (decimal): -4635833 or 4670393. OLE color: 4670393.

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

Color convert

RGB 185 67 71 -
CMYK 0 0.64 0.62 0.27
HSL 357.97º 0.47% 0.49% -
HSV(B) 357.97º 0.64% 0.73% -
XYZ 23.15 14.78 7.59 -
YUV 102.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 185 67 71 0 0.64 0.62 0.27 357.97 0.47 0.49
Hex B9 43 47 0 40 3E 1B 166 2F 31
Octal 271 103 107 0 100 76 33 546 57 61
Binary 10111001 1000011 1000111 0 1000000 111110 11011 101100110 101111 110001

Color Harmonies of #B94347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94347

Black with #B94347

Text Example


Text Example

White with #B94347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94347; }

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

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

background-color css

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

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

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

border-color css

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

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

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