Html Css Color HEX #B64545 Chestnut

📋 copy color: '#B64545'

red 182 ◦ green 69 ◦ blue 69

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

Shades of Chestnut #B64545

Tints of Chestnut #B64545

RGB

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

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

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

R = 56.88%
G = 21.56%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64545 (or 0xB64545) is known color: Chestnut. HEX triplet: B6, 45 and 45. RGB value is (182,69,69). Sum of RGB (Red+Green+Blue) = 182+69+69=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64545 is #49BABA. Grayscale: #666666. Windows color (decimal): -4831931 or 4539830. OLE color: 4539830.

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

Color convert

RGB 182 69 69 -
CMYK 0 0.62 0.62 0.29
HSL 0.45% 0.49% -
HSV(B) 0.62% 0.71% -
XYZ 22.49 14.63 7.27 -
YUV 102.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 182 69 69 0 0.62 0.62 0.29 0 0.45 0.49
Hex B6 45 45 0 3E 3E 1D 0 2D 31
Octal 266 105 105 0 76 76 35 0 55 61
Binary 10110110 1000101 1000101 0 111110 111110 11101 0 101101 110001

Color Harmonies of #B64545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64545

Black with #B64545

Text Example


Text Example

White with #B64545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64545; }

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

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

background-color css

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

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

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

border-color css

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

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

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