Html Css Color HEX #B5BEAA Tasman

📋 copy color: '#B5BEAA'

red 181 ◦ green 190 ◦ blue 170

#B5BEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #B5BEAA

Tints of Tasman #B5BEAA

RGB

 RED value IS 181 (71.09% from 255) = 33.46%

 GREEN value IS 190 (74.61% from 255) = 35.12%

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 33.46%
G = 35.12%
B = 31.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B5BEAA (or 0xB5BEAA) is known color: Tasman. HEX triplet: B5, BE and AA. RGB value is (181,190,170). Sum of RGB (Red+Green+Blue) = 181+190+170=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEAA is #4A4155. Grayscale: #B9B9B9. Windows color (decimal): -4866390 or 11189941. OLE color: 11189941.

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

Color convert

RGB 181 190 170 -
CMYK 0.05 0 0.11 0.25
HSL 87º 0.13% 0.71% -
HSV(B) 87º 0.11% 0.75% -
XYZ 44.73 49.55 45.24 -
YUV 185.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 181 190 170 0.05 0 0.11 0.25 87 0.13 0.71
Hex B5 BE AA 5 0 B 19 57 D 47
Octal 265 276 252 5 0 13 31 127 15 107
Binary 10110101 10111110 10101010 101 0 1011 11001 1010111 1101 1000111

Color Harmonies of #B5BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEAA

Black with #B5BEAA

Text Example


Text Example

White with #B5BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEAA; }

 p { color: rgb(181,190,170); }

 H1.HeaderClassName
 {
   color: #B5BEAA;
 }
 .AnyTagClassName
 {
   color: #B5BEAA;
 }
</style>

background-color css

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

 a { background-color: rgb(181,190,170); }

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

border-color css

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

 span { border-color: rgb(181,190,170); }

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