#B09D75

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

Shades of Tallow #B09D75

Tints of Tallow #B09D75

Color information

#B09D75 (or 0xB09D75) is unknown color: approx Tallow. HEX triplet: B0, 9D and 75. RGB value is (176,157,117). Sum of RGB (Red+Green+Blue) = 176+157+117=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D75 is #4F628A. Grayscale: #9E9E9E. Windows color (decimal): -5202571 or 7708080. OLE color: 7708080.

HSL color Cylindrical-coordinate representation of color #B09D75: hue angle of 40.68º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09D75 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176157117-
CMYK00.110.340.31
HSL40.68º27.19%57.45%-
HSV(B)40.68º33.52%69.02%-
XYZ33.1734.6321.77-
YUV158.12104.79140.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 117 (46.09% from 255) = 26%
R=39.11%
G=34.89%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615711700.110.340.3140.6827.1957.45
HexB09D750B221F291b39
Octal2602351650134237513371
Binary10110000100111011110101010111000101111110100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D75; }

 p { color: rgb(176,157,117); }

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

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

 a { background-color: rgb(176,157,117); }

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

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

 span { border-color: rgb(176,157,117); }

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