Html Css Color HEX #BEB3AA Tide

📋 copy color: '#BEB3AA'

red 190 ◦ green 179 ◦ blue 170

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

Shades of Tide #BEB3AA

Tints of Tide #BEB3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 35.25%
G = 33.21%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB3AA (or 0xBEB3AA) is known color: Tide. HEX triplet: BE, B3 and AA. RGB value is (190,179,170). Sum of RGB (Red+Green+Blue) = 190+179+170=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AA is #414C55. Grayscale: #B5B5B5. Windows color (decimal): -4279382 or 11187134. OLE color: 11187134.

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

Color convert

RGB 190 179 170 -
CMYK 0 0.06 0.11 0.25
HSL 27º 0.13% 0.71% -
HSV(B) 27º 0.11% 0.75% -
XYZ 44.61 46.09 44.58 -
YUV 181.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 190 179 170 0 0.06 0.11 0.25 27 0.13 0.71
Hex BE B3 AA 0 6 B 19 1B D 47
Octal 276 263 252 0 6 13 31 33 15 107
Binary 10111110 10110011 10101010 0 110 1011 11001 11011 1101 1000111

Color Harmonies of #BEB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3AA

Black with #BEB3AA

Text Example


Text Example

White with #BEB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3AA; }

 p { color: rgb(190,179,170); }

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

background-color css

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

 a { background-color: rgb(190,179,170); }

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

border-color css

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

 span { border-color: rgb(190,179,170); }

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