#BFBE70

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

Shades of Dark Khaki #BFBE70

Tints of Dark Khaki #BFBE70

Color information

#BFBE70 (or 0xBFBE70) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 70. RGB value is (191,190,112). Sum of RGB (Red+Green+Blue) = 191+190+112=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE70 is #40418F. Grayscale: #B5B5B5. Windows color (decimal): -4211088 or 7388863. OLE color: 7388863.

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

Color convert

RGB191190112-
CMYK00.010.410.25
HSL59.24º38.16%59.41%-
HSV(B)59.24º41.36%74.9%-
XYZ42.8249.0722.54-
YUV181.4188.83134.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=38.74%
G=38.54%
B=22.72%

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
Decimal19119011200.010.410.2559.2438.1659.41
HexBFBE700129193b263b
Octal277276160015131734673
Binary101111111011111011100000110100111001111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE70; }

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

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

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

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

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

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

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

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