Html Css Color HEX #B8514F Chestnut

📋 copy color: '#B8514F'

red 184 ◦ green 81 ◦ blue 79

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

Shades of Chestnut #B8514F

Tints of Chestnut #B8514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 53.49%
G = 23.55%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8514F (or 0xB8514F) is known color: Chestnut. HEX triplet: B8, 51 and 4F. RGB value is (184,81,79). Sum of RGB (Red+Green+Blue) = 184+81+79=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8514F is #47AEB0. Grayscale: #6F6F6F. Windows color (decimal): -4697777 or 5198264. OLE color: 5198264.

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

Color convert

RGB 184 81 79 -
CMYK 0 0.56 0.57 0.28
HSL 1.14º 0.43% 0.52% -
HSV(B) 1.14º 0.57% 0.72% -
XYZ 24.12 16.64 9.34 -
YUV 111.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 184 81 79 0 0.56 0.57 0.28 1.14 0.43 0.52
Hex B8 51 4F 0 38 39 1C 1 2B 34
Octal 270 121 117 0 70 71 34 1 53 64
Binary 10111000 1010001 1001111 0 111000 111001 11100 1 101011 110100

Color Harmonies of #B8514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8514F

Black with #B8514F

Text Example


Text Example

White with #B8514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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