#BFBA75

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

Shades of Dark Khaki #BFBA75

Tints of Dark Khaki #BFBA75

Color information

#BFBA75 (or 0xBFBA75) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 75. RGB value is (191,186,117). Sum of RGB (Red+Green+Blue) = 191+186+117=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA75 is #40458A. Grayscale: #B3B3B3. Windows color (decimal): -4212107 or 7715519. OLE color: 7715519.

HSL color Cylindrical-coordinate representation of color #BFBA75: hue angle of 55.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFBA75 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191186117-
CMYK00.030.390.25
HSL55.95º36.63%60.39%-
HSV(B)55.95º38.74%74.9%-
XYZ42.2647.4823.77-
YUV179.6392.66136.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=38.66%
G=37.65%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118611700.030.390.2555.9536.6360.39
HexBFBA7503271938253c
Octal277272165034731704574
Binary1011111110111010111010101110011111001111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA75; }

 p { color: rgb(191,186,117); }

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

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

 a { background-color: rgb(191,186,117); }

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

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

 span { border-color: rgb(191,186,117); }

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