Html Css Color HEX #B94544 Chestnut

📋 copy color: '#B94544'

red 185 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #B94544

Tints of Chestnut #B94544

RGB

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

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

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

R = 57.45%
G = 21.43%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B94544 (or 0xB94544) is known color: Chestnut. HEX triplet: B9, 45 and 44. RGB value is (185,69,68). Sum of RGB (Red+Green+Blue) = 185+69+68=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94544 is #46BABB. Grayscale: #676767. Windows color (decimal): -4635324 or 4474297. OLE color: 4474297.

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

Color convert

RGB 185 69 68 -
CMYK 0 0.63 0.63 0.27
HSL 0.51º 0.46% 0.5% -
HSV(B) 0.51º 0.63% 0.73% -
XYZ 23.18 14.99 7.14 -
YUV 103.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 185 69 68 0 0.63 0.63 0.27 0.51 0.46 0.5
Hex B9 45 44 0 3F 3F 1B 1 2E 32
Octal 271 105 104 0 77 77 33 1 56 62
Binary 10111001 1000101 1000100 0 111111 111111 11011 1 101110 110010

Color Harmonies of #B94544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94544

Black with #B94544

Text Example


Text Example

White with #B94544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94544; }

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

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

background-color css

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

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

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

border-color css

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

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

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