Html Css Color HEX #B94841 Chestnut

📋 copy color: '#B94841'

red 185 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #B94841

Tints of Chestnut #B94841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 57.45%
G = 22.36%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B94841 (or 0xB94841) is known color: Chestnut. HEX triplet: B9, 48 and 41. RGB value is (185,72,65). Sum of RGB (Red+Green+Blue) = 185+72+65=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94841 is #46B7BE. Grayscale: #696969. Windows color (decimal): -4634559 or 4278457. OLE color: 4278457.

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

Color convert

RGB 185 72 65 -
CMYK 0 0.61 0.65 0.27
HSL 3.5º 0.48% 0.49% -
HSV(B) 3.5º 0.65% 0.73% -
XYZ 23.28 15.33 6.73 -
YUV 104.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 185 72 65 0 0.61 0.65 0.27 3.5 0.48 0.49
Hex B9 48 41 0 3D 41 1B 4 30 31
Octal 271 110 101 0 75 101 33 4 60 61
Binary 10111001 1001000 1000001 0 111101 1000001 11011 100 110000 110001

Color Harmonies of #B94841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94841

Black with #B94841

Text Example


Text Example

White with #B94841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94841; }

 p { color: rgb(185,72,65); }

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

background-color css

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

 a { background-color: rgb(185,72,65); }

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

border-color css

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

 span { border-color: rgb(185,72,65); }

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