Html Css Color HEX #B8513F Chestnut

📋 copy color: '#B8513F'

red 184 ◦ green 81 ◦ blue 63

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

Shades of Chestnut #B8513F

Tints of Chestnut #B8513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 56.1%
G = 24.7%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8513F (or 0xB8513F) is known color: Chestnut. HEX triplet: B8, 51 and 3F. RGB value is (184,81,63). Sum of RGB (Red+Green+Blue) = 184+81+63=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8513F is #47AEC0. Grayscale: #6D6D6D. Windows color (decimal): -4697793 or 4149688. OLE color: 4149688.

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

Color convert

RGB 184 81 63 -
CMYK 0 0.56 0.66 0.28
HSL 8.93º 0.49% 0.48% -
HSV(B) 8.93º 0.66% 0.72% -
XYZ 23.61 16.43 6.63 -
YUV 109.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 184 81 63 0 0.56 0.66 0.28 8.93 0.49 0.48
Hex B8 51 3F 0 38 42 1C 9 31 30
Octal 270 121 77 0 70 102 34 11 61 60
Binary 10111000 1010001 111111 0 111000 1000010 11100 1001 110001 110000

Color Harmonies of #B8513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8513F

Black with #B8513F

Text Example


Text Example

White with #B8513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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