#BEB273

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

Shades of Dark Khaki #BEB273

Tints of Dark Khaki #BEB273

Color information

#BEB273 (or 0xBEB273) is unknown color: approx Dark Khaki. HEX triplet: BE, B2 and 73. RGB value is (190,178,115). Sum of RGB (Red+Green+Blue) = 190+178+115=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB273 is #414D8C. Grayscale: #AEAEAE. Windows color (decimal): -4279693 or 7582398. OLE color: 7582398.

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

Color convert

RGB190178115-
CMYK00.060.390.25
HSL50.4º36.59%59.8%-
HSV(B)50.4º39.47%74.51%-
XYZ40.2544.0322.6-
YUV174.4194.48139.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=39.34%
G=36.85%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017811500.060.390.2550.436.5959.8
HexBEB27306271932253c
Octal276262163064731624574
Binary10111110101100101110011011010011111001110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB273; }

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

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

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

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

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

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

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

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