#BFB765

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

Shades of Dark Khaki #BFB765

Tints of Dark Khaki #BFB765

Color information

#BFB765 (or 0xBFB765) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 65. RGB value is (191,183,101). Sum of RGB (Red+Green+Blue) = 191+183+101=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB765 is #40489A. Grayscale: #B0B0B0. Windows color (decimal): -4212891 or 6666175. OLE color: 6666175.

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

Color convert

RGB191183101-
CMYK00.040.470.25
HSL54.67º41.28%57.25%-
HSV(B)54.67º47.12%74.9%-
XYZ40.7745.8819.02-
YUV176.0485.65138.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=40.21%
G=38.53%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118310100.040.470.2554.6741.2857.25
HexBFB765042F19372939
Octal277267145045731675171
Binary10111111101101111100101010010111111001110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB765; }

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

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

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

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

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

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

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

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