#B4B271

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

Shades of Dark Khaki #B4B271

Tints of Dark Khaki #B4B271

Color information

#B4B271 (or 0xB4B271) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 71. RGB value is (180,178,113). Sum of RGB (Red+Green+Blue) = 180+178+113=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B271 is #4B4D8E. Grayscale: #ABABAB. Windows color (decimal): -4935055 or 7451316. OLE color: 7451316.

HSL color Cylindrical-coordinate representation of color #B4B271: hue angle of 58.21º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4B271 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180178113-
CMYK00.010.370.29
HSL58.21º30.88%57.45%-
HSV(B)58.21º37.22%70.59%-
XYZ37.7242.7421.88-
YUV171.1995.16134.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=38.22%
G=37.79%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017811300.010.370.2958.2130.8857.45
HexB4B27101251D3a1f39
Octal264262161014535723771
Binary10110100101100101110001011001011110111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B271; }

 p { color: rgb(180,178,113); }

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

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

 a { background-color: rgb(180,178,113); }

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

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

 span { border-color: rgb(180,178,113); }

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