#bfb672

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

Shades of Dark Khaki #BFB672

Tints of Dark Khaki #BFB672

Color information

#BFB672 (or 0xBFB672) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 72. RGB value is (191,182,114). Sum of RGB (Red+Green+Blue) = 191+182+114=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB672 is #40498D. Grayscale: #B1B1B1. Windows color (decimal): -4213134 or 7517887. OLE color: 7517887.

HSL color Cylindrical-coordinate representation of color #BFB672: hue angle of 52.99º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFB672 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191182114-
CMYK00.050.400.25
HSL52.99º37.56%59.8%-
HSV(B)52.99º40.31%74.9%-
XYZ41.2545.7522.58-
YUV176.9492.48138.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=39.22%
G=37.37%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118211400.050.400.2552.9937.5659.8
HexBFB67205281935263c
Octal277266162055031654674
Binary10111111101101101110010010110100011001110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb672; }

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

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

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

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

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

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

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

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