#B4B773

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

Shades of Dark Khaki #B4B773

Tints of Dark Khaki #B4B773

Color information

#B4B773 (or 0xB4B773) is unknown color: approx Dark Khaki. HEX triplet: B4, B7 and 73. RGB value is (180,183,115). Sum of RGB (Red+Green+Blue) = 180+183+115=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B773 is #4B488C. Grayscale: #AEAEAE. Windows color (decimal): -4933773 or 7583668. OLE color: 7583668.

HSL color Cylindrical-coordinate representation of color #B4B773: hue angle of 62.65º 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 #B4B773 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB180183115-
CMYK0.0200.370.28
HSL62.65º32.08%58.43%-
HSV(B)62.65º37.16%71.76%-
XYZ38.8544.8122.82-
YUV174.3594.51132.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=37.66%
G=38.28%
B=24.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831150.0200.370.2862.6532.0858.43
HexB4B77320251C3f203a
Octal264267163204534774072
Binary1011010010110111111001110010010111100111111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B773; }

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

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

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

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

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

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

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

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