Html Css Color HEX #BCAA7C Ecru

📋 copy color: '#BCAA7C'

red 188 ◦ green 170 ◦ blue 124

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

Shades of Ecru #BCAA7C

Tints of Ecru #BCAA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.27%

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

R = 39%
G = 35.27%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAA7C (or 0xBCAA7C) is known color: Ecru. HEX triplet: BC, AA and 7C. RGB value is (188,170,124). Sum of RGB (Red+Green+Blue) = 188+170+124=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA7C is #435583. Grayscale: #AAAAAA. Windows color (decimal): -4412804 or 8170172. OLE color: 8170172.

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

Color convert

RGB 188 170 124 -
CMYK 0 0.10 0.34 0.26
HSL 43.13º 0.32% 0.61% -
HSV(B) 43.13º 0.34% 0.74% -
XYZ 38.75 40.9 24.92 -
YUV 170.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 188 170 124 0 0.10 0.34 0.26 43.13 0.32 0.61
Hex BC AA 7C 0 A 22 1A 2B 20 3D
Octal 274 252 174 0 12 42 32 53 40 75
Binary 10111100 10101010 1111100 0 1010 100010 11010 101011 100000 111101

Color Harmonies of #BCAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA7C

Black with #BCAA7C

Text Example


Text Example

White with #BCAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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