#BEBB61

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

Shades of Dark Khaki #BEBB61

Tints of Dark Khaki #BEBB61

Color information

#BEBB61 (or 0xBEBB61) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 61. RGB value is (190,187,97). Sum of RGB (Red+Green+Blue) = 190+187+97=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB61 is #41449E. Grayscale: #B1B1B1. Windows color (decimal): -4277407 or 6405054. OLE color: 6405054.

HSL color Cylindrical-coordinate representation of color #BEBB61: hue angle of 58.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEBB61 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19018797-
CMYK00.020.490.25
HSL58.06º41.7%56.27%-
HSV(B)58.06º48.95%74.51%-
XYZ41.1647.3518.28-
YUV177.6482.49136.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=40.08%
G=39.45%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901879700.020.490.2558.0641.756.27
HexBEBB610231193a2a38
Octal276273141026131725270
Binary1011111010111011110000101011000111001111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB61; }

 p { color: rgb(190,187,97); }

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

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

 a { background-color: rgb(190,187,97); }

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

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

 span { border-color: rgb(190,187,97); }

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