#BFB663

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

Shades of Dark Khaki #BFB663

Tints of Dark Khaki #BFB663

Color information

#BFB663 (or 0xBFB663) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 63. RGB value is (191,182,99). Sum of RGB (Red+Green+Blue) = 191+182+99=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB663 is #40499C. Grayscale: #AFAFAF. Windows color (decimal): -4213149 or 6534847. OLE color: 6534847.

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

Color convert

RGB19118299-
CMYK00.050.480.25
HSL54.13º41.82%56.86%-
HSV(B)54.13º48.17%74.9%-
XYZ40.4745.4318.44-
YUV175.2384.98139.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=40.47%
G=38.56%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911829900.050.480.2554.1341.8256.86
HexBFB663053019362a39
Octal277266143056031665271
Binary10111111101101101100011010111000011001110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB663; }

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

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

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

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

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

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

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

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