Html Css Color HEX #B65149 Chestnut

📋 copy color: '#B65149'

red 182 ◦ green 81 ◦ blue 73

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

Shades of Chestnut #B65149

Tints of Chestnut #B65149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 54.17%
G = 24.11%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B65149 (or 0xB65149) is known color: Chestnut. HEX triplet: B6, 51 and 49. RGB value is (182,81,73). Sum of RGB (Red+Green+Blue) = 182+81+73=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B65149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65149 is #49AEB6. Grayscale: #6E6E6E. Windows color (decimal): -4828855 or 4805046. OLE color: 4805046.

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

Color convert

RGB 182 81 73 -
CMYK 0 0.55 0.60 0.29
HSL 4.4º 0.43% 0.5% -
HSV(B) 4.4º 0.6% 0.71% -
XYZ 23.44 16.31 8.22 -
YUV 110.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 182 81 73 0 0.55 0.60 0.29 4.4 0.43 0.5
Hex B6 51 49 0 37 3C 1D 4 2B 32
Octal 266 121 111 0 67 74 35 4 53 62
Binary 10110110 1010001 1001001 0 110111 111100 11101 100 101011 110010

Color Harmonies of #B65149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65149

Black with #B65149

Text Example


Text Example

White with #B65149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65149; }

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

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

background-color css

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

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

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

border-color css

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

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

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