#BEB271

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

Shades of Dark Khaki #BEB271

Tints of Dark Khaki #BEB271

Color information

#BEB271 (or 0xBEB271) is unknown color: approx Dark Khaki. HEX triplet: BE, B2 and 71. RGB value is (190,178,113). Sum of RGB (Red+Green+Blue) = 190+178+113=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB271 is #414D8E. Grayscale: #AEAEAE. Windows color (decimal): -4279695 or 7451326. OLE color: 7451326.

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

Color convert

RGB190178113-
CMYK00.060.410.25
HSL50.65º37.2%59.41%-
HSV(B)50.65º40.53%74.51%-
XYZ40.1443.9822-
YUV174.1893.48139.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=39.50%
G=37.01%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017811300.060.410.2550.6537.259.41
HexBEB27106291933253b
Octal276262161065131634573
Binary10111110101100101110001011010100111001110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB271; }

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

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

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

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

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

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

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

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