Html Css Color HEX #B64D4A Chestnut

📋 copy color: '#B64D4A'

red 182 ◦ green 77 ◦ blue 74

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

Shades of Chestnut #B64D4A

Tints of Chestnut #B64D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 54.65%
G = 23.12%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B64D4A (or 0xB64D4A) is known color: Chestnut. HEX triplet: B6, 4D and 4A. RGB value is (182,77,74). Sum of RGB (Red+Green+Blue) = 182+77+74=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D4A is #49B2B5. Grayscale: #6C6C6C. Windows color (decimal): -4829878 or 4869558. OLE color: 4869558.

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

Color convert

RGB 182 77 74 -
CMYK 0 0.58 0.59 0.29
HSL 1.67º 0.43% 0.5% -
HSV(B) 1.67º 0.59% 0.71% -
XYZ 23.18 15.75 8.3 -
YUV 108.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 182 77 74 0 0.58 0.59 0.29 1.67 0.43 0.5
Hex B6 4D 4A 0 3A 3B 1D 2 2B 32
Octal 266 115 112 0 72 73 35 2 53 62
Binary 10110110 1001101 1001010 0 111010 111011 11101 10 101011 110010

Color Harmonies of #B64D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D4A

Black with #B64D4A

Text Example


Text Example

White with #B64D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D4A; }

 p { color: rgb(182,77,74); }

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

background-color css

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

 a { background-color: rgb(182,77,74); }

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

border-color css

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

 span { border-color: rgb(182,77,74); }

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