Html Css Color HEX #BCAD76 Ecru

📋 copy color: '#BCAD76'

red 188 ◦ green 173 ◦ blue 118

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

Shades of Ecru #BCAD76

Tints of Ecru #BCAD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

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

R = 39.25%
G = 36.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCAD76 (or 0xBCAD76) is known color: Ecru. HEX triplet: BC, AD and 76. RGB value is (188,173,118). Sum of RGB (Red+Green+Blue) = 188+173+118=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD76 is #435289. Grayscale: #ABABAB. Windows color (decimal): -4412042 or 7777724. OLE color: 7777724.

HSL color Cylindrical-coordinate representation of color #BCAD76: hue angle of 47.14º 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 #BCAD76 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 118 -
CMYK 0 0.08 0.37 0.26
HSL 47.14º 0.34% 0.6% -
HSV(B) 47.14º 0.37% 0.74% -
XYZ 38.95 41.89 23.17 -
YUV 171.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 188 173 118 0 0.08 0.37 0.26 47.14 0.34 0.6
Hex BC AD 76 0 8 25 1A 2F 22 3C
Octal 274 255 166 0 10 45 32 57 42 74
Binary 10111100 10101101 1110110 0 1000 100101 11010 101111 100010 111100

Color Harmonies of #BCAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD76

Black with #BCAD76

Text Example


Text Example

White with #BCAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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