Html Css Color HEX #B65042 Chestnut

📋 copy color: '#B65042'

red 182 ◦ green 80 ◦ blue 66

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

Shades of Chestnut #B65042

Tints of Chestnut #B65042

RGB

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

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

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

R = 55.49%
G = 24.39%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B65042 (or 0xB65042) is known color: Chestnut. HEX triplet: B6, 50 and 42. RGB value is (182,80,66). Sum of RGB (Red+Green+Blue) = 182+80+66=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B65042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65042 is #49AFBD. Grayscale: #6D6D6D. Windows color (decimal): -4829118 or 4346038. OLE color: 4346038.

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

Color convert

RGB 182 80 66 -
CMYK 0 0.56 0.64 0.29
HSL 7.24º 0.47% 0.49% -
HSV(B) 7.24º 0.64% 0.71% -
XYZ 23.14 16.08 7.04 -
YUV 108.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 182 80 66 0 0.56 0.64 0.29 7.24 0.47 0.49
Hex B6 50 42 0 38 40 1D 7 2F 31
Octal 266 120 102 0 70 100 35 7 57 61
Binary 10110110 1010000 1000010 0 111000 1000000 11101 111 101111 110001

Color Harmonies of #B65042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65042

Black with #B65042

Text Example


Text Example

White with #B65042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65042; }

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

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

background-color css

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

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

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

border-color css

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

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

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