#BEB678

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

Shades of Dark Khaki #BEB678

Tints of Dark Khaki #BEB678

Color information

#BEB678 (or 0xBEB678) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 78. RGB value is (190,182,120). Sum of RGB (Red+Green+Blue) = 190+182+120=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB678 is #414987. Grayscale: #B1B1B1. Windows color (decimal): -4278664 or 7911102. OLE color: 7911102.

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

Color convert

RGB190182120-
CMYK00.040.370.25
HSL53.14º35%60.78%-
HSV(B)53.14º36.84%74.51%-
XYZ41.3545.7624.42-
YUV177.3295.65137.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=38.62%
G=36.99%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018212000.040.370.2553.143560.78
HexBEB67804251935233d
Octal276266170044531654375
Binary10111110101101101111000010010010111001110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB678; }

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

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

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

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

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

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

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

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