#BFB767

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

Shades of Dark Khaki #BFB767

Tints of Dark Khaki #BFB767

Color information

#BFB767 (or 0xBFB767) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 67. RGB value is (191,183,103). Sum of RGB (Red+Green+Blue) = 191+183+103=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB767 is #404898. Grayscale: #B0B0B0. Windows color (decimal): -4212889 or 6797247. OLE color: 6797247.

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

Color convert

RGB191183103-
CMYK00.040.460.25
HSL54.55º40.74%57.65%-
HSV(B)54.55º46.07%74.9%-
XYZ40.8745.9219.54-
YUV176.2786.65138.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=40.04%
G=38.36%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118310300.040.460.2554.5540.7457.65
HexBFB767042E1937293a
Octal277267147045631675172
Binary10111111101101111100111010010111011001110111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB767; }

 p { color: rgb(191,183,103); }

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

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

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

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

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

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

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