#BEBA70

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

Shades of Dark Khaki #BEBA70

Tints of Dark Khaki #BEBA70

Color information

#BEBA70 (or 0xBEBA70) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 70. RGB value is (190,186,112). Sum of RGB (Red+Green+Blue) = 190+186+112=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA70 is #41458F. Grayscale: #B3B3B3. Windows color (decimal): -4277648 or 7387838. OLE color: 7387838.

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

Color convert

RGB190186112-
CMYK00.020.410.25
HSL56.92º37.5%59.22%-
HSV(B)56.92º41.05%74.51%-
XYZ41.7247.2322.25-
YUV178.7690.33136.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=38.93%
G=38.11%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018611200.020.410.2556.9237.559.22
HexBEBA7002291939263b
Octal276272160025131714673
Binary1011111010111010111000001010100111001111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA70; }

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

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

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

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

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

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

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

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