Html Css Color HEX #B94942 Chestnut

📋 copy color: '#B94942'

red 185 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #B94942

Tints of Chestnut #B94942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 57.1%
G = 22.53%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94942 (or 0xB94942) is known color: Chestnut. HEX triplet: B9, 49 and 42. RGB value is (185,73,66). Sum of RGB (Red+Green+Blue) = 185+73+66=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94942 is #46B6BD. Grayscale: #696969. Windows color (decimal): -4634302 or 4344249. OLE color: 4344249.

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

Color convert

RGB 185 73 66 -
CMYK 0 0.61 0.64 0.27
HSL 3.53º 0.47% 0.49% -
HSV(B) 3.53º 0.64% 0.73% -
XYZ 23.37 15.47 6.91 -
YUV 105.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 185 73 66 0 0.61 0.64 0.27 3.53 0.47 0.49
Hex B9 49 42 0 3D 40 1B 4 2F 31
Octal 271 111 102 0 75 100 33 4 57 61
Binary 10111001 1001001 1000010 0 111101 1000000 11011 100 101111 110001

Color Harmonies of #B94942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94942

Black with #B94942

Text Example


Text Example

White with #B94942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94942; }

 p { color: rgb(185,73,66); }

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

background-color css

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

 a { background-color: rgb(185,73,66); }

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

border-color css

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

 span { border-color: rgb(185,73,66); }

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