Html Css Color HEX #BEB4B8 Maverick

📋 copy color: '#BEB4B8'

red 190 ◦ green 180 ◦ blue 184

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

Shades of Maverick #BEB4B8

Tints of Maverick #BEB4B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 34.3%
G = 32.49%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEB4B8 (or 0xBEB4B8) is known color: Maverick. HEX triplet: BE, B4 and B8. RGB value is (190,180,184). Sum of RGB (Red+Green+Blue) = 190+180+184=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4B8 is #414B47. Grayscale: #B7B7B7. Windows color (decimal): -4279112 or 12104894. OLE color: 12104894.

HSL color Cylindrical-coordinate representation of color #BEB4B8: hue angle of 336º 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 #BEB4B8 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 184 -
CMYK 0 0.05 0.03 0.25
HSL 336º 0.07% 0.73% -
HSV(B) 336º 0.05% 0.75% -
XYZ 46.21 47.05 51.99 -
YUV 183.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 190 180 184 0 0.05 0.03 0.25 336 0.07 0.73
Hex BE B4 B8 0 5 3 19 150 7 49
Octal 276 264 270 0 5 3 31 520 7 111
Binary 10111110 10110100 10111000 0 101 11 11001 101010000 111 1001001

Color Harmonies of #BEB4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4B8

Black with #BEB4B8

Text Example


Text Example

White with #BEB4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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