Html Css Color HEX #B8514C Chestnut

📋 copy color: '#B8514C'

red 184 ◦ green 81 ◦ blue 76

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

Shades of Chestnut #B8514C

Tints of Chestnut #B8514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 53.96%
G = 23.75%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8514C (or 0xB8514C) is known color: Chestnut. HEX triplet: B8, 51 and 4C. RGB value is (184,81,76). Sum of RGB (Red+Green+Blue) = 184+81+76=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8514C is #47AEB3. Grayscale: #6F6F6F. Windows color (decimal): -4697780 or 5001656. OLE color: 5001656.

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

Color convert

RGB 184 81 76 -
CMYK 0 0.56 0.59 0.28
HSL 2.78º 0.43% 0.51% -
HSV(B) 2.78º 0.59% 0.72% -
XYZ 24.01 16.6 8.78 -
YUV 111.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 184 81 76 0 0.56 0.59 0.28 2.78 0.43 0.51
Hex B8 51 4C 0 38 3B 1C 3 2B 33
Octal 270 121 114 0 70 73 34 3 53 63
Binary 10111000 1010001 1001100 0 111000 111011 11100 11 101011 110011

Color Harmonies of #B8514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8514C

Black with #B8514C

Text Example


Text Example

White with #B8514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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