#BCB055

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

Shades of Gimblet #BCB055

Tints of Gimblet #BCB055

Color information

#BCB055 (or 0xBCB055) is unknown color: approx Gimblet. HEX triplet: BC, B0 and 55. RGB value is (188,176,85). Sum of RGB (Red+Green+Blue) = 188+176+85=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB055 is #434FAA. Grayscale: #A9A9A9. Windows color (decimal): -4411307 or 5615804. OLE color: 5615804.

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

Color convert

RGB18817685-
CMYK00.060.550.26
HSL53.01º43.46%53.53%-
HSV(B)53.01º54.79%73.73%-
XYZ37.942.414.78-
YUV169.2180.48141.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=41.87%
G=39.20%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881768500.060.550.2653.0143.4653.53
HexBCB05506371A352b36
Octal274260125066732655366
Binary10111100101100001010101011011011111010110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB055; }

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

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

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

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

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

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

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

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