Html Css Color HEX #B64241 Chestnut

📋 copy color: '#B64241'

red 182 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #B64241

Tints of Chestnut #B64241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 58.15%
G = 21.09%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B64241 (or 0xB64241) is known color: Chestnut. HEX triplet: B6, 42 and 41. RGB value is (182,66,65). Sum of RGB (Red+Green+Blue) = 182+66+65=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B64241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64241 is #49BDBE. Grayscale: #646464. Windows color (decimal): -4832703 or 4276918. OLE color: 4276918.

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

Color convert

RGB 182 66 65 -
CMYK 0 0.64 0.64 0.29
HSL 0.51º 0.47% 0.48% -
HSV(B) 0.51º 0.64% 0.71% -
XYZ 22.19 14.22 6.58 -
YUV 100.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 182 66 65 0 0.64 0.64 0.29 0.51 0.47 0.48
Hex B6 42 41 0 40 40 1D 1 2F 30
Octal 266 102 101 0 100 100 35 1 57 60
Binary 10110110 1000010 1000001 0 1000000 1000000 11101 1 101111 110000

Color Harmonies of #B64241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64241

Black with #B64241

Text Example


Text Example

White with #B64241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64241; }

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

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

background-color css

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

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

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

border-color css

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

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

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