Html Css Color HEX #B94440 Chestnut

📋 copy color: '#B94440'

red 185 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #B94440

Tints of Chestnut #B94440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 58.36%
G = 21.45%
B = 20.19%

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

#B94440 (or 0xB94440) is known color: Chestnut. HEX triplet: B9, 44 and 40. RGB value is (185,68,64). Sum of RGB (Red+Green+Blue) = 185+68+64=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B94440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94440 is #46BBBF. Grayscale: #666666. Windows color (decimal): -4635584 or 4211897. OLE color: 4211897.

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

Color convert

RGB 185 68 64 -
CMYK 0 0.63 0.65 0.27
HSL 1.98º 0.49% 0.49% -
HSV(B) 1.98º 0.65% 0.73% -
XYZ 23 14.82 6.5 -
YUV 102.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 185 68 64 0 0.63 0.65 0.27 1.98 0.49 0.49
Hex B9 44 40 0 3F 41 1B 2 31 31
Octal 271 104 100 0 77 101 33 2 61 61
Binary 10111001 1000100 1000000 0 111111 1000001 11011 10 110001 110001

Color Harmonies of #B94440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94440

Black with #B94440

Text Example


Text Example

White with #B94440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94440; }

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

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

background-color css

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

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

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

border-color css

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

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

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