Html Css Color HEX #BEB4BA Maverick

📋 copy color: '#BEB4BA'

red 190 ◦ green 180 ◦ blue 186

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

Shades of Maverick #BEB4BA

Tints of Maverick #BEB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

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

R = 34.17%
G = 32.37%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB4BA (or 0xBEB4BA) is known color: Maverick. HEX triplet: BE, B4 and BA. RGB value is (190,180,186). Sum of RGB (Red+Green+Blue) = 190+180+186=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4BA is #414B45. Grayscale: #B7B7B7. Windows color (decimal): -4279110 or 12235966. OLE color: 12235966.

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

Color convert

RGB 190 180 186 -
CMYK 0 0.05 0.02 0.25
HSL 324º 0.07% 0.73% -
HSV(B) 324º 0.05% 0.75% -
XYZ 46.42 47.13 53.11 -
YUV 183.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 190 180 186 0 0.05 0.02 0.25 324 0.07 0.73
Hex BE B4 BA 0 5 2 19 144 7 49
Octal 276 264 272 0 5 2 31 504 7 111
Binary 10111110 10110100 10111010 0 101 10 11001 101000100 111 1001001

Color Harmonies of #BEB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4BA

Black with #BEB4BA

Text Example


Text Example

White with #BEB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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