Html Css Color HEX #B65049 Chestnut

📋 copy color: '#B65049'

red 182 ◦ green 80 ◦ blue 73

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

Shades of Chestnut #B65049

Tints of Chestnut #B65049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 54.33%
G = 23.88%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B65049 (or 0xB65049) is known color: Chestnut. HEX triplet: B6, 50 and 49. RGB value is (182,80,73). Sum of RGB (Red+Green+Blue) = 182+80+73=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65049 is #49AFB6. Grayscale: #6D6D6D. Windows color (decimal): -4829111 or 4804790. OLE color: 4804790.

HSL color Cylindrical-coordinate representation of color #B65049: hue angle of 3.85º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65049 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 73 -
CMYK 0 0.56 0.60 0.29
HSL 3.85º 0.43% 0.5% -
HSV(B) 3.85º 0.6% 0.71% -
XYZ 23.36 16.16 8.19 -
YUV 109.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 182 80 73 0 0.56 0.60 0.29 3.85 0.43 0.5
Hex B6 50 49 0 38 3C 1D 4 2B 32
Octal 266 120 111 0 70 74 35 4 53 62
Binary 10110110 1010000 1001001 0 111000 111100 11101 100 101011 110010

Color Harmonies of #B65049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65049

Black with #B65049

Text Example


Text Example

White with #B65049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65049; }

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

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

background-color css

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

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

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

border-color css

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

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

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