Html Css Color HEX #B94844 Chestnut

📋 copy color: '#B94844'

red 185 ◦ green 72 ◦ blue 68

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

Shades of Chestnut #B94844

Tints of Chestnut #B94844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 56.92%
G = 22.15%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B94844 (or 0xB94844) is known color: Chestnut. HEX triplet: B9, 48 and 44. RGB value is (185,72,68). Sum of RGB (Red+Green+Blue) = 185+72+68=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94844 is #46B7BB. Grayscale: #696969. Windows color (decimal): -4634556 or 4475065. OLE color: 4475065.

HSL color Cylindrical-coordinate representation of color #B94844: hue angle of 2.05º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94844 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 68 -
CMYK 0 0.61 0.63 0.27
HSL 2.05º 0.46% 0.5% -
HSV(B) 2.05º 0.63% 0.73% -
XYZ 23.37 15.37 7.2 -
YUV 105.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 185 72 68 0 0.61 0.63 0.27 2.05 0.46 0.5
Hex B9 48 44 0 3D 3F 1B 2 2E 32
Octal 271 110 104 0 75 77 33 2 56 62
Binary 10111001 1001000 1000100 0 111101 111111 11011 10 101110 110010

Color Harmonies of #B94844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94844

Black with #B94844

Text Example


Text Example

White with #B94844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94844; }

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

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

background-color css

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

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

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

border-color css

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

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

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