Html Css Color HEX #B4B1AD Tide

📋 copy color: '#B4B1AD'

red 180 ◦ green 177 ◦ blue 173

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

Shades of Tide #B4B1AD

Tints of Tide #B4B1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.4%

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

R = 33.96%
G = 33.4%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B4B1AD (or 0xB4B1AD) is known color: Tide. HEX triplet: B4, B1 and AD. RGB value is (180,177,173). Sum of RGB (Red+Green+Blue) = 180+177+173=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AD is #4B4E52. Grayscale: #B1B1B1. Windows color (decimal): -4935251 or 11383220. OLE color: 11383220.

HSL color Cylindrical-coordinate representation of color #B4B1AD: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B1AD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 173 -
CMYK 0 0.02 0.04 0.29
HSL 34.29º 0.04% 0.69% -
HSV(B) 34.29º 0.04% 0.71% -
XYZ 42.09 44.16 45.84 -
YUV 177.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 180 177 173 0 0.02 0.04 0.29 34.29 0.04 0.69
Hex B4 B1 AD 0 2 4 1D 22 4 45
Octal 264 261 255 0 2 4 35 42 4 105
Binary 10110100 10110001 10101101 0 10 100 11101 100010 100 1000101

Color Harmonies of #B4B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1AD

Black with #B4B1AD

Text Example


Text Example

White with #B4B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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