Html Css Color HEX #BCAE77 Ecru

📋 copy color: '#BCAE77'

red 188 ◦ green 174 ◦ blue 119

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

Shades of Ecru #BCAE77

Tints of Ecru #BCAE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 39.09%
G = 36.17%
B = 24.74%

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

#BCAE77 (or 0xBCAE77) is known color: Ecru. HEX triplet: BC, AE and 77. RGB value is (188,174,119). Sum of RGB (Red+Green+Blue) = 188+174+119=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE77 is #435188. Grayscale: #ACACAC. Windows color (decimal): -4411785 or 7843516. OLE color: 7843516.

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

Color convert

RGB 188 174 119 -
CMYK 0 0.07 0.37 0.26
HSL 47.83º 0.34% 0.6% -
HSV(B) 47.83º 0.37% 0.74% -
XYZ 39.2 42.3 23.55 -
YUV 171.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 188 174 119 0 0.07 0.37 0.26 47.83 0.34 0.6
Hex BC AE 77 0 7 25 1A 30 22 3C
Octal 274 256 167 0 7 45 32 60 42 74
Binary 10111100 10101110 1110111 0 111 100101 11010 110000 100010 111100

Color Harmonies of #BCAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE77

Black with #BCAE77

Text Example


Text Example

White with #BCAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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