Html Css Color HEX #B8B3AD Tide

📋 copy color: '#B8B3AD'

red 184 ◦ green 179 ◦ blue 173

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

Shades of Tide #B8B3AD

Tints of Tide #B8B3AD

RGB

 RED value IS 184 (72.27% from 255) = 34.33%

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 34.33%
G = 33.4%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B8B3AD (or 0xB8B3AD) is known color: Tide. HEX triplet: B8, B3 and AD. RGB value is (184,179,173). Sum of RGB (Red+Green+Blue) = 184+179+173=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AD is #474C52. Grayscale: #B3B3B3. Windows color (decimal): -4672595 or 11383736. OLE color: 11383736.

HSL color Cylindrical-coordinate representation of color #B8B3AD: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B3AD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 173 -
CMYK 0 0.03 0.06 0.28
HSL 32.73º 0.07% 0.7% -
HSV(B) 32.73º 0.06% 0.72% -
XYZ 43.43 45.45 46.02 -
YUV 179.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 184 179 173 0 0.03 0.06 0.28 32.73 0.07 0.7
Hex B8 B3 AD 0 3 6 1C 21 7 46
Octal 270 263 255 0 3 6 34 41 7 106
Binary 10111000 10110011 10101101 0 11 110 11100 100001 111 1000110

Color Harmonies of #B8B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3AD

Black with #B8B3AD

Text Example


Text Example

White with #B8B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3AD; }

 p { color: rgb(184,179,173); }

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

background-color css

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

 a { background-color: rgb(184,179,173); }

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

border-color css

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

 span { border-color: rgb(184,179,173); }

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