Html Css Color HEX #E8BCA0 Negroni

📋 copy color: '#E8BCA0'

red 232 ◦ green 188 ◦ blue 160

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

Shades of Negroni #E8BCA0

Tints of Negroni #E8BCA0

RGB

 RED value IS 232 (91.02% from 255) = 40%

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

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

R = 40%
G = 32.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8BCA0 (or 0xE8BCA0) is known color: Negroni. HEX triplet: E8, BC and A0. RGB value is (232,188,160). Sum of RGB (Red+Green+Blue) = 232+188+160=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCA0 is #17435F. Grayscale: #C6C6C6. Windows color (decimal): -1524576 or 10534120. OLE color: 10534120.

HSL color Cylindrical-coordinate representation of color #E8BCA0: hue angle of 23.33º degrees, saturation: 0.61, 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 #E8BCA0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 188 160 -
CMYK 0 0.19 0.31 0.09
HSL 23.33º 0.61% 0.77% -
HSV(B) 23.33º 0.31% 0.91% -
XYZ 57.61 55.66 40.97 -
YUV 197.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 232 188 160 0 0.19 0.31 0.09 23.33 0.61 0.77
Hex E8 BC A0 0 13 1F 9 17 3D 4D
Octal 350 274 240 0 23 37 11 27 75 115
Binary 11101000 10111100 10100000 0 10011 11111 1001 10111 111101 1001101

Color Harmonies of #E8BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BCA0

Black with #E8BCA0

Text Example


Text Example

White with #E8BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BCA0; }

 p { color: rgb(232,188,160); }

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

background-color css

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

 a { background-color: rgb(232,188,160); }

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

border-color css

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

 span { border-color: rgb(232,188,160); }

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