#BCB17B

Color #BCB17B Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BCB17B

Tints of Ecru #BCB17B

Color information

#BCB17B (or 0xBCB17B) is unknown color: approx Ecru. HEX triplet: BC, B1 and 7B. RGB value is (188,177,123). Sum of RGB (Red+Green+Blue) = 188+177+123=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB17B is #434E84. Grayscale: #AEAEAE. Windows color (decimal): -4411013 or 8106428. OLE color: 8106428.

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

Color convert

RGB188177123-
CMYK00.060.350.26
HSL49.85º32.66%60.98%-
HSV(B)49.85º34.57%73.73%-
XYZ40.0443.5725.04-
YUV174.1399.14137.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=38.52%
G=36.27%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817712300.060.350.2649.8532.6660.98
HexBCB17B06231A32213d
Octal274261173064332624175
Binary10111100101100011111011011010001111010110010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB17B; }

 p { color: rgb(188,177,123); }

 H1.HeaderClassName
 {
   color: #BCB17B;
 }
 .AnyTagClassName
 {
   color: #BCB17B;
 }
</style>
background-color css

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

 a { background-color: rgb(188,177,123); }

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

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

 span { border-color: rgb(188,177,123); }

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