Html Css Color HEX #BEB6AF Tide

📋 copy color: '#BEB6AF'

red 190 ◦ green 182 ◦ blue 175

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

Shades of Tide #BEB6AF

Tints of Tide #BEB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 34.73%
G = 33.27%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEB6AF (or 0xBEB6AF) is known color: Tide. HEX triplet: BE, B6 and AF. RGB value is (190,182,175). Sum of RGB (Red+Green+Blue) = 190+182+175=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6AF is #414950. Grayscale: #B7B7B7. Windows color (decimal): -4278609 or 11515582. OLE color: 11515582.

HSL color Cylindrical-coordinate representation of color #BEB6AF: hue angle of 28º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB6AF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 182 175 -
CMYK 0 0.04 0.08 0.25
HSL 28º 0.1% 0.72% -
HSV(B) 28º 0.08% 0.75% -
XYZ 45.7 47.5 47.32 -
YUV 183.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 190 182 175 0 0.04 0.08 0.25 28 0.1 0.72
Hex BE B6 AF 0 4 8 19 1C A 48
Octal 276 266 257 0 4 10 31 34 12 110
Binary 10111110 10110110 10101111 0 100 1000 11001 11100 1010 1001000

Color Harmonies of #BEB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6AF

Black with #BEB6AF

Text Example


Text Example

White with #BEB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6AF; }

 p { color: rgb(190,182,175); }

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

background-color css

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

 a { background-color: rgb(190,182,175); }

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

border-color css

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

 span { border-color: rgb(190,182,175); }

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