#BFB870

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

Shades of Dark Khaki #BFB870

Tints of Dark Khaki #BFB870

Color information

#BFB870 (or 0xBFB870) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 70. RGB value is (191,184,112). Sum of RGB (Red+Green+Blue) = 191+184+112=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB870 is #40478F. Grayscale: #B2B2B2. Windows color (decimal): -4212624 or 7387327. OLE color: 7387327.

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

Color convert

RGB191184112-
CMYK00.040.410.25
HSL54.68º38.16%59.41%-
HSV(B)54.68º41.36%74.9%-
XYZ41.5546.5322.12-
YUV177.8890.82137.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=39.22%
G=37.78%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118411200.040.410.2554.6838.1659.41
HexBFB87004291937263b
Octal277270160045131674673
Binary10111111101110001110000010010100111001110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB870; }

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

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

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

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

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

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

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

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