Html Css Color HEX #B94540 Chestnut

📋 copy color: '#B94540'

red 185 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #B94540

Tints of Chestnut #B94540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

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

R = 58.18%
G = 21.7%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94540 (or 0xB94540) is known color: Chestnut. HEX triplet: B9, 45 and 40. RGB value is (185,69,64). Sum of RGB (Red+Green+Blue) = 185+69+64=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B94540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94540 is #46BABF. Grayscale: #676767. Windows color (decimal): -4635328 or 4212153. OLE color: 4212153.

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

Color convert

RGB 185 69 64 -
CMYK 0 0.63 0.65 0.27
HSL 2.48º 0.49% 0.49% -
HSV(B) 2.48º 0.65% 0.73% -
XYZ 23.06 14.94 6.52 -
YUV 103.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 185 69 64 0 0.63 0.65 0.27 2.48 0.49 0.49
Hex B9 45 40 0 3F 41 1B 2 31 31
Octal 271 105 100 0 77 101 33 2 61 61
Binary 10111001 1000101 1000000 0 111111 1000001 11011 10 110001 110001

Color Harmonies of #B94540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94540

Black with #B94540

Text Example


Text Example

White with #B94540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94540; }

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

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

background-color css

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

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

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

border-color css

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

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

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