Html Css Color HEX #B8514D Chestnut

📋 copy color: '#B8514D'

red 184 ◦ green 81 ◦ blue 77

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

Shades of Chestnut #B8514D

Tints of Chestnut #B8514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 53.8%
G = 23.68%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8514D (or 0xB8514D) is known color: Chestnut. HEX triplet: B8, 51 and 4D. RGB value is (184,81,77). Sum of RGB (Red+Green+Blue) = 184+81+77=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8514D is #47AEB2. Grayscale: #6F6F6F. Windows color (decimal): -4697779 or 5067192. OLE color: 5067192.

HSL color Cylindrical-coordinate representation of color #B8514D: hue angle of 2.24º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8514D is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 77 -
CMYK 0 0.56 0.58 0.28
HSL 2.24º 0.43% 0.51% -
HSV(B) 2.24º 0.58% 0.72% -
XYZ 24.05 16.61 8.96 -
YUV 111.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 184 81 77 0 0.56 0.58 0.28 2.24 0.43 0.51
Hex B8 51 4D 0 38 3A 1C 2 2B 33
Octal 270 121 115 0 70 72 34 2 53 63
Binary 10111000 1010001 1001101 0 111000 111010 11100 10 101011 110011

Color Harmonies of #B8514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8514D

Black with #B8514D

Text Example


Text Example

White with #B8514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8514D; }

 p { color: rgb(184,81,77); }

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

background-color css

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

 a { background-color: rgb(184,81,77); }

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

border-color css

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

 span { border-color: rgb(184,81,77); }

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