#BEB66B

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

Shades of Dark Khaki #BEB66B

Tints of Dark Khaki #BEB66B

Color information

#BEB66B (or 0xBEB66B) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 6B. RGB value is (190,182,107). Sum of RGB (Red+Green+Blue) = 190+182+107=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB66B is #414994. Grayscale: #B0B0B0. Windows color (decimal): -4278677 or 7059134. OLE color: 7059134.

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

Color convert

RGB190182107-
CMYK00.040.440.25
HSL54.22º38.97%58.24%-
HSV(B)54.22º43.68%74.51%-
XYZ40.6245.4620.54-
YUV175.8489.15138.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=39.67%
G=38.00%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018210700.040.440.2554.2238.9758.24
HexBEB66B042C1936273a
Octal276266153045431664772
Binary10111110101101101101011010010110011001110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB66B; }

 p { color: rgb(190,182,107); }

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

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

 a { background-color: rgb(190,182,107); }

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

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

 span { border-color: rgb(190,182,107); }

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