Html Css Color HEX #BCAE76 Ecru

📋 copy color: '#BCAE76'

red 188 ◦ green 174 ◦ blue 118

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

Shades of Ecru #BCAE76

Tints of Ecru #BCAE76

RGB

 RED value IS 188 (73.83% from 255) = 39.17%

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 39.17%
G = 36.25%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCAE76 (or 0xBCAE76) is known color: Ecru. HEX triplet: BC, AE and 76. RGB value is (188,174,118). Sum of RGB (Red+Green+Blue) = 188+174+118=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE76 is #435189. Grayscale: #ACACAC. Windows color (decimal): -4411786 or 7777980. OLE color: 7777980.

HSL color Cylindrical-coordinate representation of color #BCAE76: hue angle of 48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCAE76 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 118 -
CMYK 0 0.07 0.37 0.26
HSL 48º 0.34% 0.6% -
HSV(B) 48º 0.37% 0.74% -
XYZ 39.15 42.27 23.24 -
YUV 171.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 188 174 118 0 0.07 0.37 0.26 48 0.34 0.6
Hex BC AE 76 0 7 25 1A 30 22 3C
Octal 274 256 166 0 7 45 32 60 42 74
Binary 10111100 10101110 1110110 0 111 100101 11010 110000 100010 111100

Color Harmonies of #BCAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE76

Black with #BCAE76

Text Example


Text Example

White with #BCAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE76; }

 p { color: rgb(188,174,118); }

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

background-color css

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

 a { background-color: rgb(188,174,118); }

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

border-color css

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

 span { border-color: rgb(188,174,118); }

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