Html Css Color HEX #B85040 Chestnut

📋 copy color: '#B85040'

red 184 ◦ green 80 ◦ blue 64

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

Shades of Chestnut #B85040

Tints of Chestnut #B85040

RGB

 RED value IS 184 (72.27% from 255) = 56.1%

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 56.1%
G = 24.39%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85040 (or 0xB85040) is known color: Chestnut. HEX triplet: B8, 50 and 40. RGB value is (184,80,64). Sum of RGB (Red+Green+Blue) = 184+80+64=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B85040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85040 is #47AFBF. Grayscale: #6D6D6D. Windows color (decimal): -4698048 or 4214968. OLE color: 4214968.

HSL color Cylindrical-coordinate representation of color #B85040: hue angle of 8º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85040 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 64 -
CMYK 0 0.57 0.65 0.28
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.72% -
XYZ 23.56 16.3 6.75 -
YUV 109.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 184 80 64 0 0.57 0.65 0.28 8 0.48 0.49
Hex B8 50 40 0 39 41 1C 8 30 31
Octal 270 120 100 0 71 101 34 10 60 61
Binary 10111000 1010000 1000000 0 111001 1000001 11100 1000 110000 110001

Color Harmonies of #B85040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85040

Black with #B85040

Text Example


Text Example

White with #B85040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85040; }

 p { color: rgb(184,80,64); }

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

background-color css

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

 a { background-color: rgb(184,80,64); }

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

border-color css

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

 span { border-color: rgb(184,80,64); }

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