Html Css Color HEX #B9C0AD Tasman

📋 copy color: '#B9C0AD'

red 185 ◦ green 192 ◦ blue 173

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

Shades of Tasman #B9C0AD

Tints of Tasman #B9C0AD

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

 GREEN value IS 192 (75.39% from 255) = 34.91%

 BLUE value IS 173 (67.97% from 255) = 31.45%

R = 33.64%
G = 34.91%
B = 31.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B9C0AD (or 0xB9C0AD) is known color: Tasman. HEX triplet: B9, C0 and AD. RGB value is (185,192,173). Sum of RGB (Red+Green+Blue) = 185+192+173=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0AD is #463F52. Grayscale: #BBBBBB. Windows color (decimal): -4603731 or 11387065. OLE color: 11387065.

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

Color convert

RGB 185 192 173 -
CMYK 0.04 0 0.10 0.25
HSL 82.11º 0.13% 0.72% -
HSV(B) 82.11º 0.1% 0.75% -
XYZ 46.4 51.03 46.94 -
YUV 187.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 185 192 173 0.04 0 0.10 0.25 82.11 0.13 0.72
Hex B9 C0 AD 4 0 A 19 52 D 48
Octal 271 300 255 4 0 12 31 122 15 110
Binary 10111001 11000000 10101101 100 0 1010 11001 1010010 1101 1001000

Color Harmonies of #B9C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0AD

Black with #B9C0AD

Text Example


Text Example

White with #B9C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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