#B5926E

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

Shades of Fallow #B5926E

Tints of Fallow #B5926E

Color information

#B5926E (or 0xB5926E) is unknown color: approx Fallow. HEX triplet: B5, 92 and 6E. RGB value is (181,146,110). Sum of RGB (Red+Green+Blue) = 181+146+110=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926E is #4A6D91. Grayscale: #989898. Windows color (decimal): -4877714 or 7246517. OLE color: 7246517.

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

Color convert

RGB181146110-
CMYK00.190.390.29
HSL30.42º32.42%57.06%-
HSV(B)30.42º39.23%70.98%-
XYZ32.1531.5119.14-
YUV152.36104.1148.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=41.42%
G=33.41%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114611000.190.390.2930.4232.4257.06
HexB5926E013271D1e2039
Octal2652221560234735364071
Binary101101011001001011011100100111001111110111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5926E; }

 p { color: rgb(181,146,110); }

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

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

 a { background-color: rgb(181,146,110); }

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

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

 span { border-color: rgb(181,146,110); }

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