Html Css Color HEX #E7BC9D Negroni

📋 copy color: '#E7BC9D'

red 231 ◦ green 188 ◦ blue 157

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

Shades of Negroni #E7BC9D

Tints of Negroni #E7BC9D

RGB

 RED value IS 231 (90.63% from 255) = 40.1%

 GREEN value IS 188 (73.83% from 255) = 32.64%

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 40.1%
G = 32.64%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7BC9D (or 0xE7BC9D) is known color: Negroni. HEX triplet: E7, BC and 9D. RGB value is (231,188,157). Sum of RGB (Red+Green+Blue) = 231+188+157=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC9D is #184362. Grayscale: #C5C5C5. Windows color (decimal): -1590115 or 10337511. OLE color: 10337511.

HSL color Cylindrical-coordinate representation of color #E7BC9D: hue angle of 25.14º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7BC9D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 188 157 -
CMYK 0 0.19 0.32 0.09
HSL 25.14º 0.61% 0.76% -
HSV(B) 25.14º 0.32% 0.91% -
XYZ 57.02 55.39 39.58 -
YUV 197.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 231 188 157 0 0.19 0.32 0.09 25.14 0.61 0.76
Hex E7 BC 9D 0 13 20 9 19 3D 4C
Octal 347 274 235 0 23 40 11 31 75 114
Binary 11100111 10111100 10011101 0 10011 100000 1001 11001 111101 1001100

Color Harmonies of #E7BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC9D

Black with #E7BC9D

Text Example


Text Example

White with #E7BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC9D; }

 p { color: rgb(231,188,157); }

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

background-color css

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

 a { background-color: rgb(231,188,157); }

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

border-color css

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

 span { border-color: rgb(231,188,157); }

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