Html Css Color HEX #B4BCAB Tasman

📋 copy color: '#B4BCAB'

red 180 ◦ green 188 ◦ blue 171

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

Shades of Tasman #B4BCAB

Tints of Tasman #B4BCAB

RGB

 RED value IS 180 (70.7% from 255) = 33.4%

 GREEN value IS 188 (73.83% from 255) = 34.88%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 33.4%
G = 34.88%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#B4BCAB (or 0xB4BCAB) is known color: Tasman. HEX triplet: B4, BC and AB. RGB value is (180,188,171). Sum of RGB (Red+Green+Blue) = 180+188+171=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCAB is #4B4354. Grayscale: #B7B7B7. Windows color (decimal): -4932437 or 11254964. OLE color: 11254964.

HSL color Cylindrical-coordinate representation of color #B4BCAB: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4BCAB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 171 -
CMYK 0.04 0 0.09 0.26
HSL 88.24º 0.11% 0.7% -
HSV(B) 88.24º 0.09% 0.74% -
XYZ 44.16 48.61 45.58 -
YUV 183.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 180 188 171 0.04 0 0.09 0.26 88.24 0.11 0.7
Hex B4 BC AB 4 0 9 1A 58 B 46
Octal 264 274 253 4 0 11 32 130 13 106
Binary 10110100 10111100 10101011 100 0 1001 11010 1011000 1011 1000110

Color Harmonies of #B4BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCAB

Black with #B4BCAB

Text Example


Text Example

White with #B4BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCAB; }

 p { color: rgb(180,188,171); }

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

background-color css

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

 a { background-color: rgb(180,188,171); }

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

border-color css

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

 span { border-color: rgb(180,188,171); }

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