#B7B270

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

Shades of Dark Khaki #B7B270

Tints of Dark Khaki #B7B270

Color information

#B7B270 (or 0xB7B270) is unknown color: approx Dark Khaki. HEX triplet: B7, B2 and 70. RGB value is (183,178,112). Sum of RGB (Red+Green+Blue) = 183+178+112=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B270 is #484D8F. Grayscale: #ACACAC. Windows color (decimal): -4738448 or 7385783. OLE color: 7385783.

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

Color convert

RGB183178112-
CMYK00.030.390.28
HSL55.77º33.02%57.84%-
HSV(B)55.77º38.8%71.76%-
XYZ38.3743.0821.62-
YUV171.9794.16135.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=38.69%
G=37.63%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317811200.030.390.2855.7733.0257.84
HexB7B27003271C38213a
Octal267262160034734704172
Binary1011011110110010111000001110011111100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B270; }

 p { color: rgb(183,178,112); }

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

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

 a { background-color: rgb(183,178,112); }

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

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

 span { border-color: rgb(183,178,112); }

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