#BCB361

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

Shades of Gimblet #BCB361

Tints of Gimblet #BCB361

Color information

#BCB361 (or 0xBCB361) is unknown color: approx Gimblet. HEX triplet: BC, B3 and 61. RGB value is (188,179,97). Sum of RGB (Red+Green+Blue) = 188+179+97=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB361 is #434C9E. Grayscale: #ACACAC. Windows color (decimal): -4410527 or 6403004. OLE color: 6403004.

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

Color convert

RGB18817997-
CMYK00.050.480.26
HSL54.07º40.44%55.88%-
HSV(B)54.07º48.4%73.73%-
XYZ39.0243.7917.71-
YUV172.3485.48139.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=40.52%
G=38.58%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881799700.050.480.2654.0740.4455.88
HexBCB36105301A362838
Octal274263141056032665070
Binary10111100101100111100001010111000011010110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB361; }

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

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

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

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

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

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

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

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