Html Css Color HEX #B64643 Chestnut

📋 copy color: '#B64643'

red 182 ◦ green 70 ◦ blue 67

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

Shades of Chestnut #B64643

Tints of Chestnut #B64643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 67 (26.56% from 255) = 21%

R = 57.05%
G = 21.94%
B = 21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B64643 (or 0xB64643) is known color: Chestnut. HEX triplet: B6, 46 and 43. RGB value is (182,70,67). Sum of RGB (Red+Green+Blue) = 182+70+67=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B64643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64643 is #49B9BC. Grayscale: #676767. Windows color (decimal): -4831677 or 4409014. OLE color: 4409014.

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

Color convert

RGB 182 70 67 -
CMYK 0 0.62 0.63 0.29
HSL 1.57º 0.46% 0.49% -
HSV(B) 1.57º 0.63% 0.71% -
XYZ 22.49 14.73 6.97 -
YUV 103.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 182 70 67 0 0.62 0.63 0.29 1.57 0.46 0.49
Hex B6 46 43 0 3E 3F 1D 2 2E 31
Octal 266 106 103 0 76 77 35 2 56 61
Binary 10110110 1000110 1000011 0 111110 111111 11101 10 101110 110001

Color Harmonies of #B64643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64643

Black with #B64643

Text Example


Text Example

White with #B64643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64643; }

 p { color: rgb(182,70,67); }

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

background-color css

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

 a { background-color: rgb(182,70,67); }

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

border-color css

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

 span { border-color: rgb(182,70,67); }

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