#BCB163

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

Shades of Gimblet #BCB163

Tints of Gimblet #BCB163

Color information

#BCB163 (or 0xBCB163) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 63. RGB value is (188,177,99). Sum of RGB (Red+Green+Blue) = 188+177+99=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB163 is #434E9C. Grayscale: #ABABAB. Windows color (decimal): -4411037 or 6533564. OLE color: 6533564.

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

Color convert

RGB18817799-
CMYK00.060.470.26
HSL52.58º39.91%56.27%-
HSV(B)52.58º47.34%73.73%-
XYZ38.7143.0418.07-
YUV171.487.14139.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=40.52%
G=38.15%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881779900.060.470.2652.5839.9156.27
HexBCB163062F1A352838
Octal274261143065732655070
Binary10111100101100011100011011010111111010110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB163; }

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

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

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

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

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

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

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

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