#BFB36A

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

Shades of Dark Khaki #BFB36A

Tints of Dark Khaki #BFB36A

Color information

#BFB36A (or 0xBFB36A) is unknown color: approx Dark Khaki. HEX triplet: BF, B3 and 6A. RGB value is (191,179,106). Sum of RGB (Red+Green+Blue) = 191+179+106=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB36A is #404C95. Grayscale: #AEAEAE. Windows color (decimal): -4213910 or 6992831. OLE color: 6992831.

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

Color convert

RGB191179106-
CMYK00.060.450.25
HSL51.53º39.91%58.24%-
HSV(B)51.53º44.5%74.9%-
XYZ40.2144.3620.08-
YUV174.2789.48139.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=40.13%
G=37.61%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117910600.060.450.2551.5339.9158.24
HexBFB36A062D1934283a
Octal277263152065531645072
Binary10111111101100111101010011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB36A; }

 p { color: rgb(191,179,106); }

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

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

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

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

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

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

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