Html Css Color HEX #B64C45 Chestnut

📋 copy color: '#B64C45'

red 182 ◦ green 76 ◦ blue 69

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

Shades of Chestnut #B64C45

Tints of Chestnut #B64C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 55.66%
G = 23.24%
B = 21.1%

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

#B64C45 (or 0xB64C45) is known color: Chestnut. HEX triplet: B6, 4C and 45. RGB value is (182,76,69). Sum of RGB (Red+Green+Blue) = 182+76+69=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C45 is #49B3BA. Grayscale: #6B6B6B. Windows color (decimal): -4830139 or 4541622. OLE color: 4541622.

HSL color Cylindrical-coordinate representation of color #B64C45: hue angle of 3.72º degrees, saturation: 0.45, 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 #B64C45 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 69 -
CMYK 0 0.58 0.62 0.29
HSL 3.72º 0.45% 0.49% -
HSV(B) 3.72º 0.62% 0.71% -
XYZ 22.95 15.54 7.42 -
YUV 106.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 182 76 69 0 0.58 0.62 0.29 3.72 0.45 0.49
Hex B6 4C 45 0 3A 3E 1D 4 2D 31
Octal 266 114 105 0 72 76 35 4 55 61
Binary 10110110 1001100 1000101 0 111010 111110 11101 100 101101 110001

Color Harmonies of #B64C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C45

Black with #B64C45

Text Example


Text Example

White with #B64C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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