#BFB662

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

Shades of Dark Khaki #BFB662

Tints of Dark Khaki #BFB662

Color information

#BFB662 (or 0xBFB662) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 62. RGB value is (191,182,98). Sum of RGB (Red+Green+Blue) = 191+182+98=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB662 is #40499D. Grayscale: #AFAFAF. Windows color (decimal): -4213150 or 6469311. OLE color: 6469311.

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

Color convert

RGB19118298-
CMYK00.050.490.25
HSL54.19º42.08%56.67%-
HSV(B)54.19º48.69%74.9%-
XYZ40.4245.4118.19-
YUV175.1184.48139.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=40.55%
G=38.64%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911829800.050.490.2554.1942.0856.67
HexBFB662053119362a39
Octal277266142056131665271
Binary10111111101101101100010010111000111001110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB662; }

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

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

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

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

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

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

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

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