#BFB375

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

Shades of Dark Khaki #BFB375

Tints of Dark Khaki #BFB375

Color information

#BFB375 (or 0xBFB375) is unknown color: approx Dark Khaki. HEX triplet: BF, B3 and 75. RGB value is (191,179,117). Sum of RGB (Red+Green+Blue) = 191+179+117=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB375 is #404C8A. Grayscale: #AFAFAF. Windows color (decimal): -4213899 or 7713727. OLE color: 7713727.

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

Color convert

RGB191179117-
CMYK00.060.390.25
HSL50.27º36.63%60.39%-
HSV(B)50.27º38.74%74.9%-
XYZ40.8244.623.29-
YUV175.5294.98139.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=39.22%
G=36.76%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117911700.060.390.2550.2736.6360.39
HexBFB37506271932253c
Octal277263165064731624574
Binary10111111101100111110101011010011111001110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB375; }

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

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

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

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

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

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

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

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