#BEBB67

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

Shades of Dark Khaki #BEBB67

Tints of Dark Khaki #BEBB67

Color information

#BEBB67 (or 0xBEBB67) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 67. RGB value is (190,187,103). Sum of RGB (Red+Green+Blue) = 190+187+103=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB67 is #414498. Grayscale: #B2B2B2. Windows color (decimal): -4277401 or 6798270. OLE color: 6798270.

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

Color convert

RGB190187103-
CMYK00.020.460.25
HSL57.93º40.09%57.45%-
HSV(B)57.93º45.79%74.51%-
XYZ41.4547.4719.81-
YUV178.3285.49136.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=39.58%
G=38.96%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018710300.020.460.2557.9340.0957.45
HexBEBB67022E193a2839
Octal276273147025631725071
Binary1011111010111011110011101010111011001111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB67; }

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

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

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

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

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

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

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

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