Html Css Color HEX #B85448 Chestnut

📋 copy color: '#B85448'

red 184 ◦ green 84 ◦ blue 72

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

Shades of Chestnut #B85448

Tints of Chestnut #B85448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 54.12%
G = 24.71%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B85448 (or 0xB85448) is known color: Chestnut. HEX triplet: B8, 54 and 48. RGB value is (184,84,72). Sum of RGB (Red+Green+Blue) = 184+84+72=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B85448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85448 is #47ABB7. Grayscale: #707070. Windows color (decimal): -4697016 or 4740280. OLE color: 4740280.

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

Color convert

RGB 184 84 72 -
CMYK 0 0.54 0.61 0.28
HSL 6.43º 0.44% 0.5% -
HSV(B) 6.43º 0.61% 0.72% -
XYZ 24.11 17 8.14 -
YUV 112.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 184 84 72 0 0.54 0.61 0.28 6.43 0.44 0.5
Hex B8 54 48 0 36 3D 1C 6 2C 32
Octal 270 124 110 0 66 75 34 6 54 62
Binary 10111000 1010100 1001000 0 110110 111101 11100 110 101100 110010

Color Harmonies of #B85448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85448

Black with #B85448

Text Example


Text Example

White with #B85448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85448; }

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

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

background-color css

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

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

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

border-color css

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

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

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