#BCB15A

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

Shades of Gimblet #BCB15A

Tints of Gimblet #BCB15A

Color information

#BCB15A (or 0xBCB15A) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 5A. RGB value is (188,177,90). Sum of RGB (Red+Green+Blue) = 188+177+90=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB15A is #434EA5. Grayscale: #AAAAAA. Windows color (decimal): -4411046 or 5943740. OLE color: 5943740.

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

Color convert

RGB18817790-
CMYK00.060.520.26
HSL53.27º42.24%54.51%-
HSV(B)53.27º52.13%73.73%-
XYZ38.3142.8715.93-
YUV170.3782.64140.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=41.32%
G=38.90%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881779000.060.520.2653.2742.2454.51
HexBCB15A06341A352a37
Octal274261132066432655267
Binary10111100101100011011010011011010011010110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB15A; }

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

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

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

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

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

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

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

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