#BEBD67

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

Shades of Dark Khaki #BEBD67

Tints of Dark Khaki #BEBD67

Color information

#BEBD67 (or 0xBEBD67) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 67. RGB value is (190,189,103). Sum of RGB (Red+Green+Blue) = 190+189+103=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD67 is #414298. Grayscale: #B3B3B3. Windows color (decimal): -4276889 or 6798782. OLE color: 6798782.

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

Color convert

RGB190189103-
CMYK00.010.460.25
HSL59.31º40.09%57.45%-
HSV(B)59.31º45.79%74.51%-
XYZ41.8848.3219.95-
YUV179.4984.83135.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=39.42%
G=39.21%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018910300.010.460.2559.3140.0957.45
HexBEBD67012E193b2839
Octal276275147015631735071
Binary101111101011110111001110110111011001111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD67; }

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

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

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

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

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

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

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

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