#B5976A

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

Shades of Fallow #B5976A

Tints of Fallow #B5976A

Color information

#B5976A (or 0xB5976A) is unknown color: approx Fallow. HEX triplet: B5, 97 and 6A. RGB value is (181,151,106). Sum of RGB (Red+Green+Blue) = 181+151+106=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976A is #4A6895. Grayscale: #9B9B9B. Windows color (decimal): -4876438 or 6985653. OLE color: 6985653.

HSL color Cylindrical-coordinate representation of color #B5976A: hue angle of 36º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5976A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181151106-
CMYK00.170.410.29
HSL36º33.63%56.27%-
HSV(B)36º41.44%70.98%-
XYZ32.723318.28-
YUV154.84100.44146.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=41.32%
G=34.47%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115110600.170.410.293633.6356.27
HexB5976A011291D242238
Octal2652271520215135444270
Binary1011010110010111110101001000110100111101100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5976A; }

 p { color: rgb(181,151,106); }

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

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

 a { background-color: rgb(181,151,106); }

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

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

 span { border-color: rgb(181,151,106); }

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