Html Css Color HEX #BCAD7C Ecru

📋 copy color: '#BCAD7C'

red 188 ◦ green 173 ◦ blue 124

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

Shades of Ecru #BCAD7C

Tints of Ecru #BCAD7C

RGB

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

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

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

R = 38.76%
G = 35.67%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAD7C (or 0xBCAD7C) is known color: Ecru. HEX triplet: BC, AD and 7C. RGB value is (188,173,124). Sum of RGB (Red+Green+Blue) = 188+173+124=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7C is #435283. Grayscale: #ACACAC. Windows color (decimal): -4412036 or 8170940. OLE color: 8170940.

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

Color convert

RGB 188 173 124 -
CMYK 0 0.08 0.34 0.26
HSL 45.94º 0.32% 0.61% -
HSV(B) 45.94º 0.34% 0.74% -
XYZ 39.32 42.03 25.11 -
YUV 171.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 188 173 124 0 0.08 0.34 0.26 45.94 0.32 0.61
Hex BC AD 7C 0 8 22 1A 2E 20 3D
Octal 274 255 174 0 10 42 32 56 40 75
Binary 10111100 10101101 1111100 0 1000 100010 11010 101110 100000 111101

Color Harmonies of #BCAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD7C

Black with #BCAD7C

Text Example


Text Example

White with #BCAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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