#B3B375

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

Shades of Dark Khaki #B3B375

Tints of Dark Khaki #B3B375

Color information

#B3B375 (or 0xB3B375) is unknown color: approx Dark Khaki. HEX triplet: B3, B3 and 75. RGB value is (179,179,117). Sum of RGB (Red+Green+Blue) = 179+179+117=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B375 is #4C4C8A. Grayscale: #ACACAC. Windows color (decimal): -5000331 or 7713715. OLE color: 7713715.

HSL color Cylindrical-coordinate representation of color #B3B375: hue angle of 60º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3B375 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB179179117-
CMYK000.350.30
HSL60º28.97%58.04%-
HSV(B)60º34.64%70.2%-
XYZ37.9243.1123.15-
YUV171.9397133.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=37.68%
G=37.68%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179117000.350.306028.9758.04
HexB3B37500231E3c1d3a
Octal263263165004336743572
Binary10110011101100111110101001000111111011110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B375; }

 p { color: rgb(179,179,117); }

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

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

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

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

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

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

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