Html Css Color HEX #BCAB7C Ecru

📋 copy color: '#BCAB7C'

red 188 ◦ green 171 ◦ blue 124

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

Shades of Ecru #BCAB7C

Tints of Ecru #BCAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 38.92%
G = 35.4%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAB7C (or 0xBCAB7C) is known color: Ecru. HEX triplet: BC, AB and 7C. RGB value is (188,171,124). Sum of RGB (Red+Green+Blue) = 188+171+124=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7C is #435483. Grayscale: #AAAAAA. Windows color (decimal): -4412548 or 8170428. OLE color: 8170428.

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

Color convert

RGB 188 171 124 -
CMYK 0 0.09 0.34 0.26
HSL 44.06º 0.32% 0.61% -
HSV(B) 44.06º 0.34% 0.74% -
XYZ 38.94 41.27 24.98 -
YUV 170.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 188 171 124 0 0.09 0.34 0.26 44.06 0.32 0.61
Hex BC AB 7C 0 9 22 1A 2C 20 3D
Octal 274 253 174 0 11 42 32 54 40 75
Binary 10111100 10101011 1111100 0 1001 100010 11010 101100 100000 111101

Color Harmonies of #BCAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB7C

Black with #BCAB7C

Text Example


Text Example

White with #BCAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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