Html Css Color HEX #B65547 Chestnut

📋 copy color: '#B65547'

red 182 ◦ green 85 ◦ blue 71

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

Shades of Chestnut #B65547

Tints of Chestnut #B65547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.15%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 53.85%
G = 25.15%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B65547 (or 0xB65547) is known color: Chestnut. HEX triplet: B6, 55 and 47. RGB value is (182,85,71). Sum of RGB (Red+Green+Blue) = 182+85+71=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B65547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65547 is #49AAB8. Grayscale: #707070. Windows color (decimal): -4827833 or 4674998. OLE color: 4674998.

HSL color Cylindrical-coordinate representation of color #B65547: hue angle of 7.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65547 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 71 -
CMYK 0 0.53 0.61 0.29
HSL 7.57º 0.44% 0.5% -
HSV(B) 7.57º 0.61% 0.71% -
XYZ 23.68 16.9 7.97 -
YUV 112.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 182 85 71 0 0.53 0.61 0.29 7.57 0.44 0.5
Hex B6 55 47 0 35 3D 1D 8 2C 32
Octal 266 125 107 0 65 75 35 10 54 62
Binary 10110110 1010101 1000111 0 110101 111101 11101 1000 101100 110010

Color Harmonies of #B65547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65547

Black with #B65547

Text Example


Text Example

White with #B65547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65547; }

 p { color: rgb(182,85,71); }

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

background-color css

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

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

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

border-color css

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

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

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