Html Css Color HEX #BEB7BA Maverick

📋 copy color: '#BEB7BA'

red 190 ◦ green 183 ◦ blue 186

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

Shades of Maverick #BEB7BA

Tints of Maverick #BEB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.74%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 33.99%
G = 32.74%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB7BA (or 0xBEB7BA) is known color: Maverick. HEX triplet: BE, B7 and BA. RGB value is (190,183,186). Sum of RGB (Red+Green+Blue) = 190+183+186=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7BA is #414845. Grayscale: #B9B9B9. Windows color (decimal): -4278342 or 12236734. OLE color: 12236734.

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

Color convert

RGB 190 183 186 -
CMYK 0 0.04 0.02 0.25
HSL 334.29º 0.05% 0.73% -
HSV(B) 334.29º 0.04% 0.75% -
XYZ 47.03 48.36 53.31 -
YUV 185.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 190 183 186 0 0.04 0.02 0.25 334.29 0.05 0.73
Hex BE B7 BA 0 4 2 19 14E 5 49
Octal 276 267 272 0 4 2 31 516 5 111
Binary 10111110 10110111 10111010 0 100 10 11001 101001110 101 1001001

Color Harmonies of #BEB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7BA

Black with #BEB7BA

Text Example


Text Example

White with #BEB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7BA; }

 p { color: rgb(190,183,186); }

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

background-color css

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

 a { background-color: rgb(190,183,186); }

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

border-color css

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

 span { border-color: rgb(190,183,186); }

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