#BEBD69

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

Shades of Dark Khaki #BEBD69

Tints of Dark Khaki #BEBD69

Color information

#BEBD69 (or 0xBEBD69) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 69. RGB value is (190,189,105). Sum of RGB (Red+Green+Blue) = 190+189+105=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD69 is #414296. Grayscale: #B4B4B4. Windows color (decimal): -4276887 or 6929854. OLE color: 6929854.

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

Color convert

RGB190189105-
CMYK00.010.450.25
HSL59.29º39.53%57.84%-
HSV(B)59.29º44.74%74.51%-
XYZ41.9848.3620.49-
YUV179.7285.83135.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=39.26%
G=39.05%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018910500.010.450.2559.2939.5357.84
HexBEBD69012D193b283a
Octal276275151015531735072
Binary101111101011110111010010110110111001111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD69; }

 p { color: rgb(190,189,105); }

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

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

 a { background-color: rgb(190,189,105); }

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

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

 span { border-color: rgb(190,189,105); }

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