#B4B06B

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

Shades of Dark Khaki #B4B06B

Tints of Dark Khaki #B4B06B

Color information

#B4B06B (or 0xB4B06B) is unknown color: approx Dark Khaki. HEX triplet: B4, B0 and 6B. RGB value is (180,176,107). Sum of RGB (Red+Green+Blue) = 180+176+107=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B06B is #4B4F94. Grayscale: #A9A9A9. Windows color (decimal): -4935573 or 7057588. OLE color: 7057588.

HSL color Cylindrical-coordinate representation of color #B4B06B: hue angle of 56.71º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4B06B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180176107-
CMYK00.020.410.29
HSL56.71º32.74%56.27%-
HSV(B)56.71º40.56%70.59%-
XYZ3741.8220.03-
YUV169.3392.83135.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=38.88%
G=38.01%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017610700.020.410.2956.7132.7456.27
HexB4B06B02291D392138
Octal264260153025135714170
Binary1011010010110000110101101010100111101111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B06B; }

 p { color: rgb(180,176,107); }

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

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

 a { background-color: rgb(180,176,107); }

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

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

 span { border-color: rgb(180,176,107); }

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