#B7C0AE

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

Shades of Tasman #B7C0AE

Tints of Tasman #B7C0AE

Color information

#B7C0AE (or 0xB7C0AE) is unknown color: approx Tasman. HEX triplet: B7, C0 and AE. RGB value is (183,192,174). Sum of RGB (Red+Green+Blue) = 183+192+174=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C0AE is #483F51. Grayscale: #BBBBBB. Windows color (decimal): -4734802 or 11452599. OLE color: 11452599.

HSL color Cylindrical-coordinate representation of color #B7C0AE: hue angle of 90º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C0AE is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB183192174-
CMYK0.0500.090.25
HSL90º12.5%71.76%-
HSV(B)90º9.38%75.29%-
XYZ46.0250.8247.43-
YUV187.26120.52124.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=33.33%
G=34.97%
B=31.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921740.0500.090.259012.571.76
HexB7C0AE509195ad48
Octal26730025650113113215110
Binary1011011111000000101011101010100111001101101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0AE; }

 p { color: rgb(183,192,174); }

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

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

 a { background-color: rgb(183,192,174); }

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

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

 span { border-color: rgb(183,192,174); }

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