#B7B573

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

Shades of Dark Khaki #B7B573

Tints of Dark Khaki #B7B573

Color information

#B7B573 (or 0xB7B573) is unknown color: approx Dark Khaki. HEX triplet: B7, B5 and 73. RGB value is (183,181,115). Sum of RGB (Red+Green+Blue) = 183+181+115=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B573 is #484A8C. Grayscale: #AEAEAE. Windows color (decimal): -4737677 or 7583159. OLE color: 7583159.

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

Color convert

RGB183181115-
CMYK00.010.370.28
HSL58.24º32.08%58.43%-
HSV(B)58.24º37.16%71.76%-
XYZ39.1544.3522.72-
YUV174.0794.66134.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=38.20%
G=37.79%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318111500.010.370.2858.2432.0858.43
HexB7B57301251C3a203a
Octal267265163014534724072
Binary101101111011010111100110110010111100111010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B573; }

 p { color: rgb(183,181,115); }

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

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

 a { background-color: rgb(183,181,115); }

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

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

 span { border-color: rgb(183,181,115); }

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