#BCAF6B

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

Shades of Gimblet #BCAF6B

Tints of Gimblet #BCAF6B

Color information

#BCAF6B (or 0xBCAF6B) is unknown color: approx Gimblet. HEX triplet: BC, AF and 6B. RGB value is (188,175,107). Sum of RGB (Red+Green+Blue) = 188+175+107=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF6B is #435094. Grayscale: #ABABAB. Windows color (decimal): -4411541 or 7057340. OLE color: 7057340.

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

Color convert

RGB188175107-
CMYK00.070.430.26
HSL50.37º37.67%57.84%-
HSV(B)50.37º43.09%73.73%-
XYZ38.7242.4120.06-
YUV171.1491.81140.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=40%
G=37.23%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817510700.070.430.2650.3737.6757.84
HexBCAF6B072B1A32263a
Octal274257153075332624672
Binary10111100101011111101011011110101111010110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF6B; }

 p { color: rgb(188,175,107); }

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

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

 a { background-color: rgb(188,175,107); }

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

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

 span { border-color: rgb(188,175,107); }

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