Html Css Color HEX #BEB2AD Tide

📋 copy color: '#BEB2AD'

red 190 ◦ green 178 ◦ blue 173

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

Shades of Tide #BEB2AD

Tints of Tide #BEB2AD

RGB

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

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

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

R = 35.12%
G = 32.9%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEB2AD (or 0xBEB2AD) is known color: Tide. HEX triplet: BE, B2 and AD. RGB value is (190,178,173). Sum of RGB (Red+Green+Blue) = 190+178+173=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AD is #414D52. Grayscale: #B5B5B5. Windows color (decimal): -4279635 or 11383486. OLE color: 11383486.

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

Color convert

RGB 190 178 173 -
CMYK 0 0.06 0.09 0.25
HSL 17.65º 0.12% 0.71% -
HSV(B) 17.65º 0.09% 0.75% -
XYZ 44.7 45.81 46.02 -
YUV 181.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 190 178 173 0 0.06 0.09 0.25 17.65 0.12 0.71
Hex BE B2 AD 0 6 9 19 12 C 47
Octal 276 262 255 0 6 11 31 22 14 107
Binary 10111110 10110010 10101101 0 110 1001 11001 10010 1100 1000111

Color Harmonies of #BEB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2AD

Black with #BEB2AD

Text Example


Text Example

White with #BEB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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