#BEB26A

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

Shades of Dark Khaki #BEB26A

Tints of Dark Khaki #BEB26A

Color information

#BEB26A (or 0xBEB26A) is unknown color: approx Dark Khaki. HEX triplet: BE, B2 and 6A. RGB value is (190,178,106). Sum of RGB (Red+Green+Blue) = 190+178+106=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB26A is #414D95. Grayscale: #ADADAD. Windows color (decimal): -4279702 or 6992574. OLE color: 6992574.

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

Color convert

RGB190178106-
CMYK00.060.440.25
HSL51.43º39.25%58.04%-
HSV(B)51.43º44.21%74.51%-
XYZ39.7643.8320-
YUV173.3889.98139.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=40.08%
G=37.55%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017810600.060.440.2551.4339.2558.04
HexBEB26A062C1933273a
Octal276262152065431634772
Binary10111110101100101101010011010110011001110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB26A; }

 p { color: rgb(190,178,106); }

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

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

 a { background-color: rgb(190,178,106); }

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

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

 span { border-color: rgb(190,178,106); }

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