Html Css Color HEX #E7BFA0 Negroni

📋 copy color: '#E7BFA0'

red 231 ◦ green 191 ◦ blue 160

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

Shades of Negroni #E7BFA0

Tints of Negroni #E7BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.82%

 BLUE value IS 160 (62.89% from 255) = 27.49%

R = 39.69%
G = 32.82%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E7BFA0 (or 0xE7BFA0) is known color: Negroni. HEX triplet: E7, BF and A0. RGB value is (231,191,160). Sum of RGB (Red+Green+Blue) = 231+191+160=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFA0 is #18405F. Grayscale: #C7C7C7. Windows color (decimal): -1589344 or 10534887. OLE color: 10534887.

HSL color Cylindrical-coordinate representation of color #E7BFA0: hue angle of 26.2º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7BFA0 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 160 -
CMYK 0 0.17 0.31 0.09
HSL 26.2º 0.6% 0.77% -
HSV(B) 26.2º 0.31% 0.91% -
XYZ 57.93 56.79 41.17 -
YUV 199.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 231 191 160 0 0.17 0.31 0.09 26.2 0.6 0.77
Hex E7 BF A0 0 11 1F 9 1A 3C 4D
Octal 347 277 240 0 21 37 11 32 74 115
Binary 11100111 10111111 10100000 0 10001 11111 1001 11010 111100 1001101

Color Harmonies of #E7BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFA0

Black with #E7BFA0

Text Example


Text Example

White with #E7BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFA0; }

 p { color: rgb(231,191,160); }

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

background-color css

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

 a { background-color: rgb(231,191,160); }

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

border-color css

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

 span { border-color: rgb(231,191,160); }

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