#BEAB67

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

Shades of Gimblet #BEAB67

Tints of Gimblet #BEAB67

Color information

#BEAB67 (or 0xBEAB67) is unknown color: approx Gimblet. HEX triplet: BE, AB and 67. RGB value is (190,171,103). Sum of RGB (Red+Green+Blue) = 190+171+103=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB67 is #415498. Grayscale: #A9A9A9. Windows color (decimal): -4281497 or 6794174. OLE color: 6794174.

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

Color convert

RGB190171103-
CMYK00.100.460.25
HSL46.9º40.09%57.45%-
HSV(B)46.9º45.79%74.51%-
XYZ38.2541.0518.74-
YUV168.9390.79143.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=40.95%
G=36.85%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017110300.100.460.2546.940.0957.45
HexBEAB670A2E192f2839
Octal2762531470125631575071
Binary101111101010101111001110101010111011001101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB67; }

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

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

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

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

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

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

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

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