Html Css Color HEX #B94A40 Chestnut

📋 copy color: '#B94A40'

red 185 ◦ green 74 ◦ blue 64

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

Shades of Chestnut #B94A40

Tints of Chestnut #B94A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 57.28%
G = 22.91%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94A40 (or 0xB94A40) is known color: Chestnut. HEX triplet: B9, 4A and 40. RGB value is (185,74,64). Sum of RGB (Red+Green+Blue) = 185+74+64=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A40 is #46B5BF. Grayscale: #6A6A6A. Windows color (decimal): -4634048 or 4213433. OLE color: 4213433.

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

Color convert

RGB 185 74 64 -
CMYK 0 0.6 0.65 0.27
HSL 4.96º 0.49% 0.49% -
HSV(B) 4.96º 0.65% 0.73% -
XYZ 23.38 15.58 6.63 -
YUV 106.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 185 74 64 0 0.6 0.65 0.27 4.96 0.49 0.49
Hex B9 4A 40 0 3C 41 1B 5 31 31
Octal 271 112 100 0 74 101 33 5 61 61
Binary 10111001 1001010 1000000 0 111100 1000001 11011 101 110001 110001

Color Harmonies of #B94A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A40

Black with #B94A40

Text Example


Text Example

White with #B94A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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