Html Css Color HEX #B65653 Chestnut

📋 copy color: '#B65653'

red 182 ◦ green 86 ◦ blue 83

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

Shades of Chestnut #B65653

Tints of Chestnut #B65653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 51.85%
G = 24.5%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B65653 (or 0xB65653) is known color: Chestnut. HEX triplet: B6, 56 and 53. RGB value is (182,86,83). Sum of RGB (Red+Green+Blue) = 182+86+83=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65653 is #49A9AC. Grayscale: #727272. Windows color (decimal): -4827565 or 5461686. OLE color: 5461686.

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

Color convert

RGB 182 86 83 -
CMYK 0 0.53 0.54 0.29
HSL 1.82º 0.4% 0.52% -
HSV(B) 1.82º 0.54% 0.71% -
XYZ 24.18 17.23 10.23 -
YUV 114.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 182 86 83 0 0.53 0.54 0.29 1.82 0.4 0.52
Hex B6 56 53 0 35 36 1D 2 28 34
Octal 266 126 123 0 65 66 35 2 50 64
Binary 10110110 1010110 1010011 0 110101 110110 11101 10 101000 110100

Color Harmonies of #B65653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65653

Black with #B65653

Text Example


Text Example

White with #B65653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65653; }

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

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

background-color css

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

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

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

border-color css

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

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

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