Html Css Color HEX #B8B2AD Tide

📋 copy color: '#B8B2AD'

red 184 ◦ green 178 ◦ blue 173

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

Shades of Tide #B8B2AD

Tints of Tide #B8B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.27%

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

R = 34.39%
G = 33.27%
B = 32.34%

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

#B8B2AD (or 0xB8B2AD) is known color: Tide. HEX triplet: B8, B2 and AD. RGB value is (184,178,173). Sum of RGB (Red+Green+Blue) = 184+178+173=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B2AD is #474D52. Grayscale: #B3B3B3. Windows color (decimal): -4672851 or 11383480. OLE color: 11383480.

HSL color Cylindrical-coordinate representation of color #B8B2AD: hue angle of 27.27º 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 #B8B2AD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 178 173 -
CMYK 0 0.03 0.06 0.28
HSL 27.27º 0.07% 0.7% -
HSV(B) 27.27º 0.06% 0.72% -
XYZ 43.23 45.05 45.95 -
YUV 179.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 184 178 173 0 0.03 0.06 0.28 27.27 0.07 0.7
Hex B8 B2 AD 0 3 6 1C 1B 7 46
Octal 270 262 255 0 3 6 34 33 7 106
Binary 10111000 10110010 10101101 0 11 110 11100 11011 111 1000110

Color Harmonies of #B8B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B2AD

Black with #B8B2AD

Text Example


Text Example

White with #B8B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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