Html Css Color HEX #B64542 Chestnut

📋 copy color: '#B64542'

red 182 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #B64542

Tints of Chestnut #B64542

RGB

 RED value IS 182 (71.48% from 255) = 57.41%

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

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

R = 57.41%
G = 21.77%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64542 (or 0xB64542) is known color: Chestnut. HEX triplet: B6, 45 and 42. RGB value is (182,69,66). Sum of RGB (Red+Green+Blue) = 182+69+66=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64542 is #49BABD. Grayscale: #666666. Windows color (decimal): -4831934 or 4343222. OLE color: 4343222.

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

Color convert

RGB 182 69 66 -
CMYK 0 0.62 0.64 0.29
HSL 1.55º 0.47% 0.49% -
HSV(B) 1.55º 0.64% 0.71% -
XYZ 22.4 14.59 6.79 -
YUV 102.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 182 69 66 0 0.62 0.64 0.29 1.55 0.47 0.49
Hex B6 45 42 0 3E 40 1D 2 2F 31
Octal 266 105 102 0 76 100 35 2 57 61
Binary 10110110 1000101 1000010 0 111110 1000000 11101 10 101111 110001

Color Harmonies of #B64542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64542

Black with #B64542

Text Example


Text Example

White with #B64542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64542; }

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

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

background-color css

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

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

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

border-color css

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

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

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