Html Css Color HEX #B85348 Chestnut

📋 copy color: '#B85348'

red 184 ◦ green 83 ◦ blue 72

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

Shades of Chestnut #B85348

Tints of Chestnut #B85348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 54.28%
G = 24.48%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85348 (or 0xB85348) is known color: Chestnut. HEX triplet: B8, 53 and 48. RGB value is (184,83,72). Sum of RGB (Red+Green+Blue) = 184+83+72=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B85348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85348 is #47ACB7. Grayscale: #707070. Windows color (decimal): -4697272 or 4740024. OLE color: 4740024.

HSL color Cylindrical-coordinate representation of color #B85348: hue angle of 5.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85348 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 72 -
CMYK 0 0.55 0.61 0.28
HSL 5.89º 0.44% 0.5% -
HSV(B) 5.89º 0.61% 0.72% -
XYZ 24.03 16.84 8.12 -
YUV 111.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 184 83 72 0 0.55 0.61 0.28 5.89 0.44 0.5
Hex B8 53 48 0 37 3D 1C 6 2C 32
Octal 270 123 110 0 67 75 34 6 54 62
Binary 10111000 1010011 1001000 0 110111 111101 11100 110 101100 110010

Color Harmonies of #B85348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85348

Black with #B85348

Text Example


Text Example

White with #B85348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85348; }

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

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

background-color css

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

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

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

border-color css

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

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

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