#BCB068

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

Shades of Gimblet #BCB068

Tints of Gimblet #BCB068

Color information

#BCB068 (or 0xBCB068) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 68. RGB value is (188,176,104). Sum of RGB (Red+Green+Blue) = 188+176+104=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB068 is #434F97. Grayscale: #ABABAB. Windows color (decimal): -4411288 or 6860988. OLE color: 6860988.

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

Color convert

RGB188176104-
CMYK00.060.450.26
HSL51.43º38.53%57.25%-
HSV(B)51.43º44.68%73.73%-
XYZ38.7642.7419.3-
YUV171.3889.98139.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=40.17%
G=37.61%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817610400.060.450.2651.4338.5357.25
HexBCB068062D1A332739
Octal274260150065532634771
Binary10111100101100001101000011010110111010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB068; }

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

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

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

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

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

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

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

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