Html Css Color HEX #B6533F Chestnut

📋 copy color: '#B6533F'

red 182 ◦ green 83 ◦ blue 63

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

Shades of Chestnut #B6533F

Tints of Chestnut #B6533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 55.49%
G = 25.3%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6533F (or 0xB6533F) is known color: Chestnut. HEX triplet: B6, 53 and 3F. RGB value is (182,83,63). Sum of RGB (Red+Green+Blue) = 182+83+63=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6533F is #49ACC0. Grayscale: #6E6E6E. Windows color (decimal): -4828353 or 4150198. OLE color: 4150198.

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

Color convert

RGB 182 83 63 -
CMYK 0 0.54 0.65 0.29
HSL 10.08º 0.49% 0.48% -
HSV(B) 10.08º 0.65% 0.71% -
XYZ 23.28 16.49 6.66 -
YUV 110.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 182 83 63 0 0.54 0.65 0.29 10.08 0.49 0.48
Hex B6 53 3F 0 36 41 1D A 31 30
Octal 266 123 77 0 66 101 35 12 61 60
Binary 10110110 1010011 111111 0 110110 1000001 11101 1010 110001 110000

Color Harmonies of #B6533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6533F

Black with #B6533F

Text Example


Text Example

White with #B6533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6533F; }

 p { color: rgb(182,83,63); }

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

background-color css

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

 a { background-color: rgb(182,83,63); }

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

border-color css

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

 span { border-color: rgb(182,83,63); }

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