Html Css Color HEX #B85340 Chestnut

📋 copy color: '#B85340'

red 184 ◦ green 83 ◦ blue 64

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

Shades of Chestnut #B85340

Tints of Chestnut #B85340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 55.59%
G = 25.08%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85340 (or 0xB85340) is known color: Chestnut. HEX triplet: B8, 53 and 40. RGB value is (184,83,64). Sum of RGB (Red+Green+Blue) = 184+83+64=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B85340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85340 is #47ACBF. Grayscale: #6F6F6F. Windows color (decimal): -4697280 or 4215736. OLE color: 4215736.

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

Color convert

RGB 184 83 64 -
CMYK 0 0.55 0.65 0.28
HSL 9.5º 0.48% 0.49% -
HSV(B) 9.5º 0.65% 0.72% -
XYZ 23.79 16.75 6.83 -
YUV 111.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 184 83 64 0 0.55 0.65 0.28 9.5 0.48 0.49
Hex B8 53 40 0 37 41 1C A 30 31
Octal 270 123 100 0 67 101 34 12 60 61
Binary 10111000 1010011 1000000 0 110111 1000001 11100 1010 110000 110001

Color Harmonies of #B85340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85340

Black with #B85340

Text Example


Text Example

White with #B85340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85340; }

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

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

background-color css

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

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

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

border-color css

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

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

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