Html Css Color HEX #B65242 Chestnut

📋 copy color: '#B65242'

red 182 ◦ green 82 ◦ blue 66

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

Shades of Chestnut #B65242

Tints of Chestnut #B65242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 55.15%
G = 24.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B65242 (or 0xB65242) is known color: Chestnut. HEX triplet: B6, 52 and 42. RGB value is (182,82,66). Sum of RGB (Red+Green+Blue) = 182+82+66=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B65242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65242 is #49ADBD. Grayscale: #6E6E6E. Windows color (decimal): -4828606 or 4346550. OLE color: 4346550.

HSL color Cylindrical-coordinate representation of color #B65242: hue angle of 8.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65242 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 82 66 -
CMYK 0 0.55 0.64 0.29
HSL 8.28º 0.47% 0.49% -
HSV(B) 8.28º 0.64% 0.71% -
XYZ 23.29 16.37 7.09 -
YUV 110.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 182 82 66 0 0.55 0.64 0.29 8.28 0.47 0.49
Hex B6 52 42 0 37 40 1D 8 2F 31
Octal 266 122 102 0 67 100 35 10 57 61
Binary 10110110 1010010 1000010 0 110111 1000000 11101 1000 101111 110001

Color Harmonies of #B65242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65242

Black with #B65242

Text Example


Text Example

White with #B65242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65242; }

 p { color: rgb(182,82,66); }

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

background-color css

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

 a { background-color: rgb(182,82,66); }

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

border-color css

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

 span { border-color: rgb(182,82,66); }

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