Html Css Color HEX #B65442 Chestnut

📋 copy color: '#B65442'

red 182 ◦ green 84 ◦ blue 66

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

Shades of Chestnut #B65442

Tints of Chestnut #B65442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 54.82%
G = 25.3%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B65442 (or 0xB65442) is known color: Chestnut. HEX triplet: B6, 54 and 42. RGB value is (182,84,66). Sum of RGB (Red+Green+Blue) = 182+84+66=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B65442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65442 is #49ABBD. Grayscale: #6F6F6F. Windows color (decimal): -4828094 or 4347062. OLE color: 4347062.

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

Color convert

RGB 182 84 66 -
CMYK 0 0.54 0.64 0.29
HSL 9.31º 0.47% 0.49% -
HSV(B) 9.31º 0.64% 0.71% -
XYZ 23.45 16.68 7.14 -
YUV 111.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 182 84 66 0 0.54 0.64 0.29 9.31 0.47 0.49
Hex B6 54 42 0 36 40 1D 9 2F 31
Octal 266 124 102 0 66 100 35 11 57 61
Binary 10110110 1010100 1000010 0 110110 1000000 11101 1001 101111 110001

Color Harmonies of #B65442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65442

Black with #B65442

Text Example


Text Example

White with #B65442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65442; }

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

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

background-color css

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

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

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

border-color css

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

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

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