Html Css Color HEX #B65047 Chestnut

📋 copy color: '#B65047'

red 182 ◦ green 80 ◦ blue 71

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

Shades of Chestnut #B65047

Tints of Chestnut #B65047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 54.65%
G = 24.02%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B65047 (or 0xB65047) is known color: Chestnut. HEX triplet: B6, 50 and 47. RGB value is (182,80,71). Sum of RGB (Red+Green+Blue) = 182+80+71=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B65047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65047 is #49AFB8. Grayscale: #6D6D6D. Windows color (decimal): -4829113 or 4673718. OLE color: 4673718.

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

Color convert

RGB 182 80 71 -
CMYK 0 0.56 0.61 0.29
HSL 4.86º 0.44% 0.5% -
HSV(B) 4.86º 0.61% 0.71% -
XYZ 23.3 16.14 7.85 -
YUV 109.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 182 80 71 0 0.56 0.61 0.29 4.86 0.44 0.5
Hex B6 50 47 0 38 3D 1D 5 2C 32
Octal 266 120 107 0 70 75 35 5 54 62
Binary 10110110 1010000 1000111 0 111000 111101 11101 101 101100 110010

Color Harmonies of #B65047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65047

Black with #B65047

Text Example


Text Example

White with #B65047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65047; }

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

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

background-color css

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

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

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

border-color css

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

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

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