#B4B9AD

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

Shades of Tasman #B4B9AD

Tints of Tasman #B4B9AD

Color information

#B4B9AD (or 0xB4B9AD) is unknown color: approx Tasman. HEX triplet: B4, B9 and AD. RGB value is (180,185,173). Sum of RGB (Red+Green+Blue) = 180+185+173=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B9AD is #4B4652. Grayscale: #B6B6B6. Windows color (decimal): -4933203 or 11385268. OLE color: 11385268.

HSL color Cylindrical-coordinate representation of color #B4B9AD: hue angle of 85º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4B9AD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB180185173-
CMYK0.0300.060.27
HSL85º7.89%70.2%-
HSV(B)85º6.49%72.55%-
XYZ43.7147.4246.38-
YUV182.14122.84126.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=33.46%
G=34.39%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851730.0300.060.27857.8970.2
HexB4B9AD3061B55846
Octal2642712553063312510106
Binary10110100101110011010110111011011011101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9AD; }

 p { color: rgb(180,185,173); }

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

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

 a { background-color: rgb(180,185,173); }

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

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

 span { border-color: rgb(180,185,173); }

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