Html Css Color HEX #B94542 Chestnut

📋 copy color: '#B94542'

red 185 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #B94542

Tints of Chestnut #B94542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 57.81%
G = 21.56%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94542 (or 0xB94542) is known color: Chestnut. HEX triplet: B9, 45 and 42. RGB value is (185,69,66). Sum of RGB (Red+Green+Blue) = 185+69+66=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B94542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94542 is #46BABD. Grayscale: #676767. Windows color (decimal): -4635326 or 4343225. OLE color: 4343225.

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

Color convert

RGB 185 69 66 -
CMYK 0 0.63 0.64 0.27
HSL 1.51º 0.47% 0.49% -
HSV(B) 1.51º 0.64% 0.73% -
XYZ 23.12 14.96 6.82 -
YUV 103.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 185 69 66 0 0.63 0.64 0.27 1.51 0.47 0.49
Hex B9 45 42 0 3F 40 1B 2 2F 31
Octal 271 105 102 0 77 100 33 2 57 61
Binary 10111001 1000101 1000010 0 111111 1000000 11011 10 101111 110001

Color Harmonies of #B94542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94542

Black with #B94542

Text Example


Text Example

White with #B94542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94542; }

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

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

background-color css

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

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

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

border-color css

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

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

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