#BFB267

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

Shades of Dark Khaki #BFB267

Tints of Dark Khaki #BFB267

Color information

#BFB267 (or 0xBFB267) is unknown color: approx Dark Khaki. HEX triplet: BF, B2 and 67. RGB value is (191,178,103). Sum of RGB (Red+Green+Blue) = 191+178+103=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB267 is #404D98. Grayscale: #ADADAD. Windows color (decimal): -4214169 or 6795967. OLE color: 6795967.

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

Color convert

RGB191178103-
CMYK00.070.460.25
HSL51.14º40.74%57.65%-
HSV(B)51.14º46.07%74.9%-
XYZ39.8543.919.2-
YUV173.3488.31140.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=40.47%
G=37.71%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117810300.070.460.2551.1440.7457.65
HexBFB267072E1933293a
Octal277262147075631635172
Binary10111111101100101100111011110111011001110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB267; }

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

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

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

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

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

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

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

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