#BFB867

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

Shades of Dark Khaki #BFB867

Tints of Dark Khaki #BFB867

Color information

#BFB867 (or 0xBFB867) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 67. RGB value is (191,184,103). Sum of RGB (Red+Green+Blue) = 191+184+103=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB867 is #404798. Grayscale: #B1B1B1. Windows color (decimal): -4212633 or 6797503. OLE color: 6797503.

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

Color convert

RGB191184103-
CMYK00.040.460.25
HSL55.23º40.74%57.65%-
HSV(B)55.23º46.07%74.9%-
XYZ41.0746.3419.61-
YUV176.8686.32138.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=39.96%
G=38.49%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118410300.040.460.2555.2340.7457.65
HexBFB867042E1937293a
Octal277270147045631675172
Binary10111111101110001100111010010111011001110111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB867; }

 p { color: rgb(191,184,103); }

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

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

 a { background-color: rgb(191,184,103); }

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

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

 span { border-color: rgb(191,184,103); }

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