Html Css Color HEX #BEB2AA Tide

📋 copy color: '#BEB2AA'

red 190 ◦ green 178 ◦ blue 170

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

Shades of Tide #BEB2AA

Tints of Tide #BEB2AA

RGB

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

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

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

R = 35.32%
G = 33.09%
B = 31.6%

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

#BEB2AA (or 0xBEB2AA) is known color: Tide. HEX triplet: BE, B2 and AA. RGB value is (190,178,170). Sum of RGB (Red+Green+Blue) = 190+178+170=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AA is #414D55. Grayscale: #B4B4B4. Windows color (decimal): -4279638 or 11186878. OLE color: 11186878.

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

Color convert

RGB 190 178 170 -
CMYK 0 0.06 0.11 0.25
HSL 24º 0.13% 0.71% -
HSV(B) 24º 0.11% 0.75% -
XYZ 44.41 45.69 44.51 -
YUV 180.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 190 178 170 0 0.06 0.11 0.25 24 0.13 0.71
Hex BE B2 AA 0 6 B 19 18 D 47
Octal 276 262 252 0 6 13 31 30 15 107
Binary 10111110 10110010 10101010 0 110 1011 11001 11000 1101 1000111

Color Harmonies of #BEB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2AA

Black with #BEB2AA

Text Example


Text Example

White with #BEB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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