Html Css Color HEX #B65240 Chestnut

📋 copy color: '#B65240'

red 182 ◦ green 82 ◦ blue 64

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

Shades of Chestnut #B65240

Tints of Chestnut #B65240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 55.49%
G = 25%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B65240 (or 0xB65240) is known color: Chestnut. HEX triplet: B6, 52 and 40. RGB value is (182,82,64). Sum of RGB (Red+Green+Blue) = 182+82+64=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B65240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65240 is #49ADBF. Grayscale: #6E6E6E. Windows color (decimal): -4828608 or 4215478. OLE color: 4215478.

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

Color convert

RGB 182 82 64 -
CMYK 0 0.55 0.65 0.29
HSL 9.15º 0.48% 0.48% -
HSV(B) 9.15º 0.65% 0.71% -
XYZ 23.23 16.35 6.78 -
YUV 109.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 182 82 64 0 0.55 0.65 0.29 9.15 0.48 0.48
Hex B6 52 40 0 37 41 1D 9 30 30
Octal 266 122 100 0 67 101 35 11 60 60
Binary 10110110 1010010 1000000 0 110111 1000001 11101 1001 110000 110000

Color Harmonies of #B65240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65240

Black with #B65240

Text Example


Text Example

White with #B65240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65240; }

 p { color: rgb(182,82,64); }

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

background-color css

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

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

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

border-color css

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

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

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