#BEBD70

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

Shades of Dark Khaki #BEBD70

Tints of Dark Khaki #BEBD70

Color information

#BEBD70 (or 0xBEBD70) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 70. RGB value is (190,189,112). Sum of RGB (Red+Green+Blue) = 190+189+112=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD70 is #41428F. Grayscale: #B4B4B4. Windows color (decimal): -4276880 or 7388606. OLE color: 7388606.

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

Color convert

RGB190189112-
CMYK00.010.410.25
HSL59.23º37.5%59.22%-
HSV(B)59.23º41.05%74.51%-
XYZ42.3648.5122.46-
YUV180.5289.33134.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=38.70%
G=38.49%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018911200.010.410.2559.2337.559.22
HexBEBD700129193b263b
Octal276275160015131734673
Binary101111101011110111100000110100111001111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD70; }

 p { color: rgb(190,189,112); }

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

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

 a { background-color: rgb(190,189,112); }

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

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

 span { border-color: rgb(190,189,112); }

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