#BFBF63

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

Shades of Dark Khaki #BFBF63

Tints of Dark Khaki #BFBF63

Color information

#BFBF63 (or 0xBFBF63) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 63. RGB value is (191,191,99). Sum of RGB (Red+Green+Blue) = 191+191+99=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF63 is #40409C. Grayscale: #B4B4B4. Windows color (decimal): -4210845 or 6537151. OLE color: 6537151.

HSL color Cylindrical-coordinate representation of color #BFBF63: hue angle of 60º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFBF63 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19119199-
CMYK000.480.25
HSL60º41.82%56.86%-
HSV(B)60º48.17%74.9%-
XYZ42.3749.2419.08-
YUV180.5182135.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=39.71%
G=39.71%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119199000.480.256041.8256.86
HexBFBF630030193c2a39
Octal277277143006031745271
Binary101111111011111111000110011000011001111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF63; }

 p { color: rgb(191,191,99); }

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

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

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

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

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

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

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