#BEBB75

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

Shades of Dark Khaki #BEBB75

Tints of Dark Khaki #BEBB75

Color information

#BEBB75 (or 0xBEBB75) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 75. RGB value is (190,187,117). Sum of RGB (Red+Green+Blue) = 190+187+117=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB75 is #41448A. Grayscale: #B4B4B4. Windows color (decimal): -4277387 or 7715774. OLE color: 7715774.

HSL color Cylindrical-coordinate representation of color #BEBB75: hue angle of 57.53º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEBB75 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190187117-
CMYK00.020.380.25
HSL57.53º35.96%60.2%-
HSV(B)57.53º38.42%74.51%-
XYZ42.2247.7723.83-
YUV179.9292.49135.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=38.46%
G=37.85%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018711700.020.380.2557.5335.9660.2
HexBEBB750226193a243c
Octal276273165024631724474
Binary1011111010111011111010101010011011001111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB75; }

 p { color: rgb(190,187,117); }

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

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

 a { background-color: rgb(190,187,117); }

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

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

 span { border-color: rgb(190,187,117); }

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