Html Css Color HEX #BEB2AB Tide

📋 copy color: '#BEB2AB'

red 190 ◦ green 178 ◦ blue 171

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

Shades of Tide #BEB2AB

Tints of Tide #BEB2AB

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

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

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

R = 35.25%
G = 33.02%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEB2AB (or 0xBEB2AB) is known color: Tide. HEX triplet: BE, B2 and AB. RGB value is (190,178,171). Sum of RGB (Red+Green+Blue) = 190+178+171=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AB is #414D54. Grayscale: #B4B4B4. Windows color (decimal): -4279637 or 11252414. OLE color: 11252414.

HSL color Cylindrical-coordinate representation of color #BEB2AB: hue angle of 22.11º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB2AB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 171 -
CMYK 0 0.06 0.10 0.25
HSL 22.11º 0.13% 0.71% -
HSV(B) 22.11º 0.1% 0.75% -
XYZ 44.51 45.73 45.01 -
YUV 180.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 190 178 171 0 0.06 0.10 0.25 22.11 0.13 0.71
Hex BE B2 AB 0 6 A 19 16 D 47
Octal 276 262 253 0 6 12 31 26 15 107
Binary 10111110 10110010 10101011 0 110 1010 11001 10110 1101 1000111

Color Harmonies of #BEB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2AB

Black with #BEB2AB

Text Example


Text Example

White with #BEB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2AB; }

 p { color: rgb(190,178,171); }

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

background-color css

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

 a { background-color: rgb(190,178,171); }

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

border-color css

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

 span { border-color: rgb(190,178,171); }

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