Html Css Color HEX #B64C46 Chestnut

📋 copy color: '#B64C46'

red 182 ◦ green 76 ◦ blue 70

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

Shades of Chestnut #B64C46

Tints of Chestnut #B64C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 55.49%
G = 23.17%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64C46 (or 0xB64C46) is known color: Chestnut. HEX triplet: B6, 4C and 46. RGB value is (182,76,70). Sum of RGB (Red+Green+Blue) = 182+76+70=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C46 is #49B3B9. Grayscale: #6B6B6B. Windows color (decimal): -4830138 or 4607158. OLE color: 4607158.

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

Color convert

RGB 182 76 70 -
CMYK 0 0.58 0.62 0.29
HSL 3.21º 0.44% 0.49% -
HSV(B) 3.21º 0.62% 0.71% -
XYZ 22.98 15.56 7.59 -
YUV 107.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 182 76 70 0 0.58 0.62 0.29 3.21 0.44 0.49
Hex B6 4C 46 0 3A 3E 1D 3 2C 31
Octal 266 114 106 0 72 76 35 3 54 61
Binary 10110110 1001100 1000110 0 111010 111110 11101 11 101100 110001

Color Harmonies of #B64C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C46

Black with #B64C46

Text Example


Text Example

White with #B64C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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