Html Css Color HEX #B64544 Chestnut

📋 copy color: '#B64544'

red 182 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #B64544

Tints of Chestnut #B64544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 57.05%
G = 21.63%
B = 21.32%

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

#B64544 (or 0xB64544) is known color: Chestnut. HEX triplet: B6, 45 and 44. RGB value is (182,69,68). Sum of RGB (Red+Green+Blue) = 182+69+68=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B64544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64544 is #49BABB. Grayscale: #666666. Windows color (decimal): -4831932 or 4474294. OLE color: 4474294.

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

Color convert

RGB 182 69 68 -
CMYK 0 0.62 0.63 0.29
HSL 0.53º 0.46% 0.49% -
HSV(B) 0.53º 0.63% 0.71% -
XYZ 22.46 14.62 7.11 -
YUV 102.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 182 69 68 0 0.62 0.63 0.29 0.53 0.46 0.49
Hex B6 45 44 0 3E 3F 1D 1 2E 31
Octal 266 105 104 0 76 77 35 1 56 61
Binary 10110110 1000101 1000100 0 111110 111111 11101 1 101110 110001

Color Harmonies of #B64544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64544

Black with #B64544

Text Example


Text Example

White with #B64544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64544; }

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

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

background-color css

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

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

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

border-color css

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

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

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