#B8B768

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

Shades of Dark Khaki #B8B768

Tints of Dark Khaki #B8B768

Color information

#B8B768 (or 0xB8B768) is unknown color: approx Dark Khaki. HEX triplet: B8, B7 and 68. RGB value is (184,183,104). Sum of RGB (Red+Green+Blue) = 184+183+104=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B768 is #474897. Grayscale: #AEAEAE. Windows color (decimal): -4671640 or 6862776. OLE color: 6862776.

HSL color Cylindrical-coordinate representation of color #B8B768: hue angle of 59.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8B768 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184183104-
CMYK00.010.430.28
HSL59.25º36.04%56.47%-
HSV(B)59.25º43.48%72.16%-
XYZ39.245.0619.73-
YUV174.2988.33134.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=39.07%
G=38.85%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418310400.010.430.2859.2536.0456.47
HexB8B768012B1C3b2438
Octal270267150015334734470
Binary101110001011011111010000110101111100111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B768; }

 p { color: rgb(184,183,104); }

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

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

 a { background-color: rgb(184,183,104); }

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

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

 span { border-color: rgb(184,183,104); }

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