Html Css Color HEX #BCAE7C Ecru

📋 copy color: '#BCAE7C'

red 188 ◦ green 174 ◦ blue 124

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

Shades of Ecru #BCAE7C

Tints of Ecru #BCAE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 38.68%
G = 35.8%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAE7C (or 0xBCAE7C) is known color: Ecru. HEX triplet: BC, AE and 7C. RGB value is (188,174,124). Sum of RGB (Red+Green+Blue) = 188+174+124=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7C is #435183. Grayscale: #ACACAC. Windows color (decimal): -4411780 or 8171196. OLE color: 8171196.

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

Color convert

RGB 188 174 124 -
CMYK 0 0.07 0.34 0.26
HSL 46.88º 0.32% 0.61% -
HSV(B) 46.88º 0.34% 0.74% -
XYZ 39.51 42.42 25.17 -
YUV 172.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 188 174 124 0 0.07 0.34 0.26 46.88 0.32 0.61
Hex BC AE 7C 0 7 22 1A 2F 20 3D
Octal 274 256 174 0 7 42 32 57 40 75
Binary 10111100 10101110 1111100 0 111 100010 11010 101111 100000 111101

Color Harmonies of #BCAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE7C

Black with #BCAE7C

Text Example


Text Example

White with #BCAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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