#BCB161

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

Shades of Gimblet #BCB161

Tints of Gimblet #BCB161

Color information

#BCB161 (or 0xBCB161) is unknown color: approx Gimblet. HEX triplet: BC, B1 and 61. RGB value is (188,177,97). Sum of RGB (Red+Green+Blue) = 188+177+97=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB161 is #434E9E. Grayscale: #ABABAB. Windows color (decimal): -4411039 or 6402492. OLE color: 6402492.

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

Color convert

RGB18817797-
CMYK00.060.480.26
HSL52.75º40.44%55.88%-
HSV(B)52.75º48.4%73.73%-
XYZ38.624317.57-
YUV171.1786.14140-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=40.69%
G=38.31%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881779700.060.480.2652.7540.4455.88
HexBCB16106301A352838
Octal274261141066032655070
Binary10111100101100011100001011011000011010110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB161; }

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

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

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

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

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

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

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

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