Html Css Color HEX #BEB0A9 Tide

📋 copy color: '#BEB0A9'

red 190 ◦ green 176 ◦ blue 169

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

Shades of Tide #BEB0A9

Tints of Tide #BEB0A9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 169 (66.41% from 255) = 31.59%

R = 35.51%
G = 32.9%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB0A9 (or 0xBEB0A9) is known color: Tide. HEX triplet: BE, B0 and A9. RGB value is (190,176,169). Sum of RGB (Red+Green+Blue) = 190+176+169=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A9 is #414F56. Grayscale: #B3B3B3. Windows color (decimal): -4280151 or 11120830. OLE color: 11120830.

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

Color convert

RGB 190 176 169 -
CMYK 0 0.07 0.11 0.25
HSL 20º 0.14% 0.7% -
HSV(B) 20º 0.11% 0.75% -
XYZ 43.92 44.86 43.88 -
YUV 179.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 190 176 169 0 0.07 0.11 0.25 20 0.14 0.7
Hex BE B0 A9 0 7 B 19 14 E 46
Octal 276 260 251 0 7 13 31 24 16 106
Binary 10111110 10110000 10101001 0 111 1011 11001 10100 1110 1000110

Color Harmonies of #BEB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0A9

Black with #BEB0A9

Text Example


Text Example

White with #BEB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0A9; }

 p { color: rgb(190,176,169); }

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

background-color css

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

 a { background-color: rgb(190,176,169); }

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

border-color css

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

 span { border-color: rgb(190,176,169); }

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