#BEB15D

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

Shades of Gimblet #BEB15D

Tints of Gimblet #BEB15D

Color information

#BEB15D (or 0xBEB15D) is unknown color: approx Gimblet. HEX triplet: BE, B1 and 5D. RGB value is (190,177,93). Sum of RGB (Red+Green+Blue) = 190+177+93=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB15D is #414EA2. Grayscale: #ABABAB. Windows color (decimal): -4279971 or 6140350. OLE color: 6140350.

HSL color Cylindrical-coordinate representation of color #BEB15D: hue angle of 51.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEB15D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19017793-
CMYK00.070.510.25
HSL51.96º42.73%55.49%-
HSV(B)51.96º51.05%74.51%-
XYZ38.9343.1816.64-
YUV171.3183.81141.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 93 (36.72% from 255) = 20.22%
R=41.30%
G=38.48%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901779300.070.510.2551.9642.7355.49
HexBEB15D073319342b37
Octal276261135076331645367
Binary10111110101100011011101011111001111001110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB15D; }

 p { color: rgb(190,177,93); }

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

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

 a { background-color: rgb(190,177,93); }

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

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

 span { border-color: rgb(190,177,93); }

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