Html Css Color HEX #E6BC9E Negroni

📋 copy color: '#E6BC9E'

red 230 ◦ green 188 ◦ blue 158

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

Shades of Negroni #E6BC9E

Tints of Negroni #E6BC9E

RGB

 RED value IS 230 (90.23% from 255) = 39.93%

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

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 39.93%
G = 32.64%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6BC9E (or 0xE6BC9E) is known color: Negroni. HEX triplet: E6, BC and 9E. RGB value is (230,188,158). Sum of RGB (Red+Green+Blue) = 230+188+158=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BC9E is #194361. Grayscale: #C5C5C5. Windows color (decimal): -1655650 or 10403046. OLE color: 10403046.

HSL color Cylindrical-coordinate representation of color #E6BC9E: hue angle of 25º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6BC9E is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 158 -
CMYK 0 0.18 0.31 0.10
HSL 25º 0.59% 0.76% -
HSV(B) 25º 0.31% 0.9% -
XYZ 56.79 55.26 40.02 -
YUV 197.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 230 188 158 0 0.18 0.31 0.10 25 0.59 0.76
Hex E6 BC 9E 0 12 1F A 19 3B 4C
Octal 346 274 236 0 22 37 12 31 73 114
Binary 11100110 10111100 10011110 0 10010 11111 1010 11001 111011 1001100

Color Harmonies of #E6BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC9E

Black with #E6BC9E

Text Example


Text Example

White with #E6BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC9E; }

 p { color: rgb(230,188,158); }

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

background-color css

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

 a { background-color: rgb(230,188,158); }

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

border-color css

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

 span { border-color: rgb(230,188,158); }

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