#BCAB67

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

Shades of Gimblet #BCAB67

Tints of Gimblet #BCAB67

Color information

#BCAB67 (or 0xBCAB67) is unknown color: approx Gimblet. HEX triplet: BC, AB and 67. RGB value is (188,171,103). Sum of RGB (Red+Green+Blue) = 188+171+103=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB67 is #435498. Grayscale: #A8A8A8. Windows color (decimal): -4412569 or 6794172. OLE color: 6794172.

HSL color Cylindrical-coordinate representation of color #BCAB67: hue angle of 48º 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 #BCAB67 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB188171103-
CMYK00.090.450.26
HSL48º38.81%57.06%-
HSV(B)48º45.21%73.73%-
XYZ37.7540.818.72-
YUV168.3391.13142.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=40.69%
G=37.01%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817110300.090.450.264838.8157.06
HexBCAB67092D1A302739
Octal2742531470115532604771
Binary101111001010101111001110100110110111010110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB67; }

 p { color: rgb(188,171,103); }

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

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

 a { background-color: rgb(188,171,103); }

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

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

 span { border-color: rgb(188,171,103); }

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