Html Css Color HEX #BFB7BE Maverick

📋 copy color: '#BFB7BE'

red 191 ◦ green 183 ◦ blue 190

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

Shades of Maverick #BFB7BE

Tints of Maverick #BFB7BE

RGB

 RED value IS 191 (75% from 255) = 33.87%

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 33.87%
G = 32.45%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFB7BE (or 0xBFB7BE) is known color: Maverick. HEX triplet: BF, B7 and BE. RGB value is (191,183,190). Sum of RGB (Red+Green+Blue) = 191+183+190=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BE is #404841. Grayscale: #BABABA. Windows color (decimal): -4212802 or 12498879. OLE color: 12498879.

HSL color Cylindrical-coordinate representation of color #BFB7BE: hue angle of 307.5º degrees, saturation: 0.06, 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 #BFB7BE is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 190 -
CMYK 0 0.04 0.01 0.25
HSL 307.5º 0.06% 0.73% -
HSV(B) 307.5º 0.04% 0.75% -
XYZ 47.71 48.66 55.59 -
YUV 186.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 191 183 190 0 0.04 0.01 0.25 307.5 0.06 0.73
Hex BF B7 BE 0 4 1 19 134 6 49
Octal 277 267 276 0 4 1 31 464 6 111
Binary 10111111 10110111 10111110 0 100 1 11001 100110100 110 1001001

Color Harmonies of #BFB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7BE

Black with #BFB7BE

Text Example


Text Example

White with #BFB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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