Html Css Color HEX #B8514A Chestnut

📋 copy color: '#B8514A'

red 184 ◦ green 81 ◦ blue 74

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

Shades of Chestnut #B8514A

Tints of Chestnut #B8514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 54.28%
G = 23.89%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8514A (or 0xB8514A) is known color: Chestnut. HEX triplet: B8, 51 and 4A. RGB value is (184,81,74). Sum of RGB (Red+Green+Blue) = 184+81+74=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8514A is #47AEB5. Grayscale: #6F6F6F. Windows color (decimal): -4697782 or 4870584. OLE color: 4870584.

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

Color convert

RGB 184 81 74 -
CMYK 0 0.56 0.60 0.28
HSL 3.82º 0.44% 0.51% -
HSV(B) 3.82º 0.6% 0.72% -
XYZ 23.95 16.57 8.41 -
YUV 111 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 184 81 74 0 0.56 0.60 0.28 3.82 0.44 0.51
Hex B8 51 4A 0 38 3C 1C 4 2C 33
Octal 270 121 112 0 70 74 34 4 54 63
Binary 10111000 1010001 1001010 0 111000 111100 11100 100 101100 110011

Color Harmonies of #B8514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8514A

Black with #B8514A

Text Example


Text Example

White with #B8514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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