#BCB05D

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

Shades of Gimblet #BCB05D

Tints of Gimblet #BCB05D

Color information

#BCB05D (or 0xBCB05D) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 5D. RGB value is (188,176,93). Sum of RGB (Red+Green+Blue) = 188+176+93=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05D is #434FA2. Grayscale: #AAAAAA. Windows color (decimal): -4411299 or 6140092. OLE color: 6140092.

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

Color convert

RGB18817693-
CMYK00.060.510.26
HSL52.42º41.48%55.1%-
HSV(B)52.42º50.53%73.73%-
XYZ38.2442.5316.55-
YUV170.1384.48140.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=41.14%
G=38.51%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881769300.060.510.2652.4241.4855.1
HexBCB05D06331A342937
Octal274260135066332645167
Binary10111100101100001011101011011001111010110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB05D; }

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

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

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

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

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

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

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

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