Html Css Color HEX #B64F41 Chestnut

📋 copy color: '#B64F41'

red 182 ◦ green 79 ◦ blue 65

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

Shades of Chestnut #B64F41

Tints of Chestnut #B64F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 55.83%
G = 24.23%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64F41 (or 0xB64F41) is known color: Chestnut. HEX triplet: B6, 4F and 41. RGB value is (182,79,65). Sum of RGB (Red+Green+Blue) = 182+79+65=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F41 is #49B0BE. Grayscale: #6C6C6C. Windows color (decimal): -4829375 or 4280246. OLE color: 4280246.

HSL color Cylindrical-coordinate representation of color #B64F41: hue angle of 7.18º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64F41 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 65 -
CMYK 0 0.57 0.64 0.29
HSL 7.18º 0.47% 0.48% -
HSV(B) 7.18º 0.64% 0.71% -
XYZ 23.04 15.92 6.86 -
YUV 108.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 182 79 65 0 0.57 0.64 0.29 7.18 0.47 0.48
Hex B6 4F 41 0 39 40 1D 7 2F 30
Octal 266 117 101 0 71 100 35 7 57 60
Binary 10110110 1001111 1000001 0 111001 1000000 11101 111 101111 110000

Color Harmonies of #B64F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F41

Black with #B64F41

Text Example


Text Example

White with #B64F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F41; }

 p { color: rgb(182,79,65); }

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

background-color css

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

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

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

border-color css

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

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

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