Html Css Color HEX #B7514D Chestnut

📋 copy color: '#B7514D'

red 183 ◦ green 81 ◦ blue 77

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

Shades of Chestnut #B7514D

Tints of Chestnut #B7514D

RGB

 RED value IS 183 (71.88% from 255) = 53.67%

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

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

R = 53.67%
G = 23.75%
B = 22.58%

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

#B7514D (or 0xB7514D) is known color: Chestnut. HEX triplet: B7, 51 and 4D. RGB value is (183,81,77). Sum of RGB (Red+Green+Blue) = 183+81+77=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7514D is #48AEB2. Grayscale: #6F6F6F. Windows color (decimal): -4763315 or 5067191. OLE color: 5067191.

HSL color Cylindrical-coordinate representation of color #B7514D: hue angle of 2.26º degrees, saturation: 0.42, 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 #B7514D is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 77 -
CMYK 0 0.56 0.58 0.28
HSL 2.26º 0.42% 0.51% -
HSV(B) 2.26º 0.58% 0.72% -
XYZ 23.81 16.49 8.95 -
YUV 111.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 183 81 77 0 0.56 0.58 0.28 2.26 0.42 0.51
Hex B7 51 4D 0 38 3A 1C 2 2A 33
Octal 267 121 115 0 70 72 34 2 52 63
Binary 10110111 1010001 1001101 0 111000 111010 11100 10 101010 110011

Color Harmonies of #B7514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7514D

Black with #B7514D

Text Example


Text Example

White with #B7514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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