Html Css Color HEX #B65140 Chestnut

📋 copy color: '#B65140'

red 182 ◦ green 81 ◦ blue 64

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

Shades of Chestnut #B65140

Tints of Chestnut #B65140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 55.66%
G = 24.77%
B = 19.57%

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

#B65140 (or 0xB65140) is known color: Chestnut. HEX triplet: B6, 51 and 40. RGB value is (182,81,64). Sum of RGB (Red+Green+Blue) = 182+81+64=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B65140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65140 is #49AEBF. Grayscale: #6D6D6D. Windows color (decimal): -4828864 or 4215222. OLE color: 4215222.

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

Color convert

RGB 182 81 64 -
CMYK 0 0.55 0.65 0.29
HSL 8.64º 0.48% 0.48% -
HSV(B) 8.64º 0.65% 0.71% -
XYZ 23.16 16.2 6.76 -
YUV 109.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 182 81 64 0 0.55 0.65 0.29 8.64 0.48 0.48
Hex B6 51 40 0 37 41 1D 9 30 30
Octal 266 121 100 0 67 101 35 11 60 60
Binary 10110110 1010001 1000000 0 110111 1000001 11101 1001 110000 110000

Color Harmonies of #B65140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65140

Black with #B65140

Text Example


Text Example

White with #B65140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65140; }

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

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

background-color css

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

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

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

border-color css

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

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

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