#BEB670

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

Shades of Dark Khaki #BEB670

Tints of Dark Khaki #BEB670

Color information

#BEB670 (or 0xBEB670) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 70. RGB value is (190,182,112). Sum of RGB (Red+Green+Blue) = 190+182+112=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB670 is #41498F. Grayscale: #B0B0B0. Windows color (decimal): -4278672 or 7386814. OLE color: 7386814.

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

Color convert

RGB190182112-
CMYK00.040.410.25
HSL53.85º37.5%59.22%-
HSV(B)53.85º41.05%74.51%-
XYZ40.8945.5721.97-
YUV176.4191.65137.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=39.26%
G=37.60%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018211200.040.410.2553.8537.559.22
HexBEB67004291936263b
Octal276266160045131664673
Binary10111110101101101110000010010100111001110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB670; }

 p { color: rgb(190,182,112); }

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

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

 a { background-color: rgb(190,182,112); }

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

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

 span { border-color: rgb(190,182,112); }

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