#BEB072

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

Shades of Dark Khaki #BEB072

Tints of Dark Khaki #BEB072

Color information

#BEB072 (or 0xBEB072) is unknown color: approx Dark Khaki. HEX triplet: BE, B0 and 72. RGB value is (190,176,114). Sum of RGB (Red+Green+Blue) = 190+176+114=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB072 is #414F8D. Grayscale: #ADADAD. Windows color (decimal): -4280206 or 7516350. OLE color: 7516350.

HSL color Cylindrical-coordinate representation of color #BEB072: hue angle of 48.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEB072 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190176114-
CMYK00.070.400.25
HSL48.95º36.89%59.61%-
HSV(B)48.95º40%74.51%-
XYZ39.843.2122.16-
YUV173.1294.64140.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=39.58%
G=36.67%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017611400.070.400.2548.9536.8959.61
HexBEB07207281931253c
Octal276260162075031614574
Binary10111110101100001110010011110100011001110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB072; }

 p { color: rgb(190,176,114); }

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

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

 a { background-color: rgb(190,176,114); }

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

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

 span { border-color: rgb(190,176,114); }

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