Html Css Color HEX #B5B0AC Tide

📋 copy color: '#B5B0AC'

red 181 ◦ green 176 ◦ blue 172

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

Shades of Tide #B5B0AC

Tints of Tide #B5B0AC

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

 GREEN value IS 176 (69.14% from 255) = 33.27%

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 34.22%
G = 33.27%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B5B0AC (or 0xB5B0AC) is known color: Tide. HEX triplet: B5, B0 and AC. RGB value is (181,176,172). Sum of RGB (Red+Green+Blue) = 181+176+172=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AC is #4A4F53. Grayscale: #B1B1B1. Windows color (decimal): -4869972 or 11317429. OLE color: 11317429.

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

Color convert

RGB 181 176 172 -
CMYK 0 0.03 0.05 0.29
HSL 26.67º 0.06% 0.69% -
HSV(B) 26.67º 0.05% 0.71% -
XYZ 42.03 43.85 45.28 -
YUV 177.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 181 176 172 0 0.03 0.05 0.29 26.67 0.06 0.69
Hex B5 B0 AC 0 3 5 1D 1B 6 45
Octal 265 260 254 0 3 5 35 33 6 105
Binary 10110101 10110000 10101100 0 11 101 11101 11011 110 1000101

Color Harmonies of #B5B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0AC

Black with #B5B0AC

Text Example


Text Example

White with #B5B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0AC; }

 p { color: rgb(181,176,172); }

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

background-color css

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

 a { background-color: rgb(181,176,172); }

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

border-color css

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

 span { border-color: rgb(181,176,172); }

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