#BEAD67

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

Shades of Gimblet #BEAD67

Tints of Gimblet #BEAD67

Color information

#BEAD67 (or 0xBEAD67) is unknown color: approx Gimblet. HEX triplet: BE, AD and 67. RGB value is (190,173,103). Sum of RGB (Red+Green+Blue) = 190+173+103=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD67 is #415298. Grayscale: #AAAAAA. Windows color (decimal): -4280985 or 6794686. OLE color: 6794686.

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

Color convert

RGB190173103-
CMYK00.090.460.25
HSL48.28º40.09%57.45%-
HSV(B)48.28º45.79%74.51%-
XYZ38.6341.8118.87-
YUV170.190.13142.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 103 (40.62% from 255) = 22.10%
R=40.77%
G=37.12%
B=22.10%

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
Decimal19017310300.090.460.2548.2840.0957.45
HexBEAD67092E19302839
Octal2762551470115631605071
Binary101111101010110111001110100110111011001110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD67; }

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

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

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

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

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

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

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

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