Html Css Color HEX #BEB4AB Tide

📋 copy color: '#BEB4AB'

red 190 ◦ green 180 ◦ blue 171

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

Shades of Tide #BEB4AB

Tints of Tide #BEB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

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

R = 35.12%
G = 33.27%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEB4AB (or 0xBEB4AB) is known color: Tide. HEX triplet: BE, B4 and AB. RGB value is (190,180,171). Sum of RGB (Red+Green+Blue) = 190+180+171=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4AB is #414B54. Grayscale: #B6B6B6. Windows color (decimal): -4279125 or 11252926. OLE color: 11252926.

HSL color Cylindrical-coordinate representation of color #BEB4AB: hue angle of 28.42º 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 #BEB4AB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 171 -
CMYK 0 0.05 0.10 0.25
HSL 28.42º 0.13% 0.71% -
HSV(B) 28.42º 0.1% 0.75% -
XYZ 44.91 46.53 45.14 -
YUV 181.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 190 180 171 0 0.05 0.10 0.25 28.42 0.13 0.71
Hex BE B4 AB 0 5 A 19 1C D 47
Octal 276 264 253 0 5 12 31 34 15 107
Binary 10111110 10110100 10101011 0 101 1010 11001 11100 1101 1000111

Color Harmonies of #BEB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4AB

Black with #BEB4AB

Text Example


Text Example

White with #BEB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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