#BEBC61

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

Shades of Dark Khaki #BEBC61

Tints of Dark Khaki #BEBC61

Color information

#BEBC61 (or 0xBEBC61) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 61. RGB value is (190,188,97). Sum of RGB (Red+Green+Blue) = 190+188+97=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC61 is #41439E. Grayscale: #B2B2B2. Windows color (decimal): -4277151 or 6405310. OLE color: 6405310.

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

Color convert

RGB19018897-
CMYK00.010.490.25
HSL58.71º41.7%56.27%-
HSV(B)58.71º48.95%74.51%-
XYZ41.3847.7818.35-
YUV178.2282.16136.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=40%
G=39.58%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901889700.010.490.2558.7141.756.27
HexBEBC610131193b2a38
Octal276274141016131735270
Binary101111101011110011000010111000111001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC61; }

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

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

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

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

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

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

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

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