#BFB367

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

Shades of Dark Khaki #BFB367

Tints of Dark Khaki #BFB367

Color information

#BFB367 (or 0xBFB367) is unknown color: approx Dark Khaki. HEX triplet: BF, B3 and 67. RGB value is (191,179,103). Sum of RGB (Red+Green+Blue) = 191+179+103=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB367 is #404C98. Grayscale: #AEAEAE. Windows color (decimal): -4213913 or 6796223. OLE color: 6796223.

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

Color convert

RGB191179103-
CMYK00.060.460.25
HSL51.82º40.74%57.65%-
HSV(B)51.82º46.07%74.9%-
XYZ40.0544.319.27-
YUV173.9287.98140.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=40.38%
G=37.84%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117910300.060.460.2551.8240.7457.65
HexBFB367062E1934293a
Octal277263147065631645172
Binary10111111101100111100111011010111011001110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB367; }

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

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

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

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

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

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

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

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