#BEAC67

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

Shades of Gimblet #BEAC67

Tints of Gimblet #BEAC67

Color information

#BEAC67 (or 0xBEAC67) is unknown color: approx Gimblet. HEX triplet: BE, AC and 67. RGB value is (190,172,103). Sum of RGB (Red+Green+Blue) = 190+172+103=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC67 is #415398. Grayscale: #A9A9A9. Windows color (decimal): -4281241 or 6794430. OLE color: 6794430.

HSL color Cylindrical-coordinate representation of color #BEAC67: hue angle of 47.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEAC67 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190172103-
CMYK00.090.460.25
HSL47.59º40.09%57.45%-
HSV(B)47.59º45.79%74.51%-
XYZ38.4441.4318.8-
YUV169.5290.46142.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=40.86%
G=36.99%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017210300.090.460.2547.5940.0957.45
HexBEAC67092E19302839
Octal2762541470115631605071
Binary101111101010110011001110100110111011001110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC67; }

 p { color: rgb(190,172,103); }

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

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

 a { background-color: rgb(190,172,103); }

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

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

 span { border-color: rgb(190,172,103); }

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