Html Css Color HEX #BEB6B1 Tide

📋 copy color: '#BEB6B1'

red 190 ◦ green 182 ◦ blue 177

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

Shades of Tide #BEB6B1

Tints of Tide #BEB6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.24%

R = 34.61%
G = 33.15%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEB6B1 (or 0xBEB6B1) is known color: Tide. HEX triplet: BE, B6 and B1. RGB value is (190,182,177). Sum of RGB (Red+Green+Blue) = 190+182+177=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6B1 is #41494E. Grayscale: #B7B7B7. Windows color (decimal): -4278607 or 11646654. OLE color: 11646654.

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

Color convert

RGB 190 182 177 -
CMYK 0 0.04 0.07 0.25
HSL 23.08º 0.09% 0.72% -
HSV(B) 23.08º 0.07% 0.75% -
XYZ 45.9 47.58 48.36 -
YUV 183.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 190 182 177 0 0.04 0.07 0.25 23.08 0.09 0.72
Hex BE B6 B1 0 4 7 19 17 9 48
Octal 276 266 261 0 4 7 31 27 11 110
Binary 10111110 10110110 10110001 0 100 111 11001 10111 1001 1001000

Color Harmonies of #BEB6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6B1

Black with #BEB6B1

Text Example


Text Example

White with #BEB6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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