#BEB671

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

Shades of Dark Khaki #BEB671

Tints of Dark Khaki #BEB671

Color information

#BEB671 (or 0xBEB671) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 71. RGB value is (190,182,113). Sum of RGB (Red+Green+Blue) = 190+182+113=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB671 is #41498E. Grayscale: #B0B0B0. Windows color (decimal): -4278671 or 7452350. OLE color: 7452350.

HSL color Cylindrical-coordinate representation of color #BEB671: hue angle of 53.77º degrees, saturation: 0.37, 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 #BEB671 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190182113-
CMYK00.040.410.25
HSL53.77º37.2%59.41%-
HSV(B)53.77º40.53%74.51%-
XYZ40.9445.622.27-
YUV176.5392.15137.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=39.18%
G=37.53%
B=23.30%

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
Decimal19018211300.040.410.2553.7737.259.41
HexBEB67104291936253b
Octal276266161045131664573
Binary10111110101101101110001010010100111001110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB671; }

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

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

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

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

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

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

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

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