#BCB07B

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

Shades of Ecru #BCB07B

Tints of Ecru #BCB07B

Color information

#BCB07B (or 0xBCB07B) is unknown color: approx Ecru. HEX triplet: BC, B0 and 7B. RGB value is (188,176,123). Sum of RGB (Red+Green+Blue) = 188+176+123=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07B is #434F84. Grayscale: #ADADAD. Windows color (decimal): -4411269 or 8106172. OLE color: 8106172.

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

Color convert

RGB188176123-
CMYK00.060.350.26
HSL48.92º32.66%60.98%-
HSV(B)48.92º34.57%73.73%-
XYZ39.8443.1724.97-
YUV173.5599.48138.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=38.60%
G=36.14%
B=25.26%

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
Decimal18817612300.060.350.2648.9232.6660.98
HexBCB07B06231A31213d
Octal274260173064332614175
Binary10111100101100001111011011010001111010110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB07B; }

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

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

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

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

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

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

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

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