Html Css Color HEX #B64D4B Chestnut

📋 copy color: '#B64D4B'

red 182 ◦ green 77 ◦ blue 75

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

Shades of Chestnut #B64D4B

Tints of Chestnut #B64D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 54.49%
G = 23.05%
B = 22.46%

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

#B64D4B (or 0xB64D4B) is known color: Chestnut. HEX triplet: B6, 4D and 4B. RGB value is (182,77,75). Sum of RGB (Red+Green+Blue) = 182+77+75=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D4B is #49B2B4. Grayscale: #6C6C6C. Windows color (decimal): -4829877 or 4935094. OLE color: 4935094.

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

Color convert

RGB 182 77 75 -
CMYK 0 0.58 0.59 0.29
HSL 1.12º 0.42% 0.5% -
HSV(B) 1.12º 0.59% 0.71% -
XYZ 23.22 15.76 8.48 -
YUV 108.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 182 77 75 0 0.58 0.59 0.29 1.12 0.42 0.5
Hex B6 4D 4B 0 3A 3B 1D 1 2A 32
Octal 266 115 113 0 72 73 35 1 52 62
Binary 10110110 1001101 1001011 0 111010 111011 11101 1 101010 110010

Color Harmonies of #B64D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D4B

Black with #B64D4B

Text Example


Text Example

White with #B64D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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