#BFBE69

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

Shades of Dark Khaki #BFBE69

Tints of Dark Khaki #BFBE69

Color information

#BFBE69 (or 0xBFBE69) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 69. RGB value is (191,190,105). Sum of RGB (Red+Green+Blue) = 191+190+105=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE69 is #404196. Grayscale: #B4B4B4. Windows color (decimal): -4211095 or 6930111. OLE color: 6930111.

HSL color Cylindrical-coordinate representation of color #BFBE69: hue angle of 59.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFBE69 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191190105-
CMYK00.010.450.25
HSL59.3º40.19%58.04%-
HSV(B)59.3º45.03%74.9%-
XYZ42.4548.9220.57-
YUV180.6185.33135.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=39.30%
G=39.09%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119010500.010.450.2559.340.1958.04
HexBFBE69012D193b283a
Octal277276151015531735072
Binary101111111011111011010010110110111001111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE69; }

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

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

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

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

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

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

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

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