#B7A273

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

Shades of Fallow #B7A273

Tints of Fallow #B7A273

Color information

#B7A273 (or 0xB7A273) is unknown color: approx Fallow. HEX triplet: B7, A2 and 73. RGB value is (183,162,115). Sum of RGB (Red+Green+Blue) = 183+162+115=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A273 is #485D8C. Grayscale: #A3A3A3. Windows color (decimal): -4742541 or 7578295. OLE color: 7578295.

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

Color convert

RGB183162115-
CMYK00.110.370.28
HSL41.47º32.08%58.43%-
HSV(B)41.47º37.16%71.76%-
XYZ35.5437.1521.52-
YUV162.92100.96142.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 115 (45.31% from 255) = 25%
R=39.78%
G=35.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316211500.110.370.2841.4732.0858.43
HexB7A2730B251C29203a
Octal2672421630134534514072
Binary101101111010001011100110101110010111100101001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A273; }

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

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

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

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

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

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

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

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