#BEBC67

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

Shades of Dark Khaki #BEBC67

Tints of Dark Khaki #BEBC67

Color information

#BEBC67 (or 0xBEBC67) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 67. RGB value is (190,188,103). Sum of RGB (Red+Green+Blue) = 190+188+103=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC67 is #414398. Grayscale: #B3B3B3. Windows color (decimal): -4277145 or 6798526. OLE color: 6798526.

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

Color convert

RGB190188103-
CMYK00.010.460.25
HSL58.62º40.09%57.45%-
HSV(B)58.62º45.79%74.51%-
XYZ41.6747.8919.88-
YUV178.9185.16135.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=39.50%
G=39.09%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018810300.010.460.2558.6240.0957.45
HexBEBC67012E193b2839
Octal276274147015631735071
Binary101111101011110011001110110111011001111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC67; }

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

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

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

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

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

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

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

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