Html Css Color HEX #BFB6B9 Maverick

📋 copy color: '#BFB6B9'

red 191 ◦ green 182 ◦ blue 185

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

Shades of Maverick #BFB6B9

Tints of Maverick #BFB6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 34.23%
G = 32.62%
B = 33.15%

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

#BFB6B9 (or 0xBFB6B9) is known color: Maverick. HEX triplet: BF, B6 and B9. RGB value is (191,182,185). Sum of RGB (Red+Green+Blue) = 191+182+185=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6B9 is #404946. Grayscale: #B9B9B9. Windows color (decimal): -4213063 or 12170943. OLE color: 12170943.

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

Color convert

RGB 191 182 185 -
CMYK 0 0.05 0.03 0.25
HSL 340º 0.07% 0.73% -
HSV(B) 340º 0.05% 0.75% -
XYZ 46.97 48.04 52.7 -
YUV 185.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 191 182 185 0 0.05 0.03 0.25 340 0.07 0.73
Hex BF B6 B9 0 5 3 19 154 7 49
Octal 277 266 271 0 5 3 31 524 7 111
Binary 10111111 10110110 10111001 0 101 11 11001 101010100 111 1001001

Color Harmonies of #BFB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6B9

Black with #BFB6B9

Text Example


Text Example

White with #BFB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6B9; }

 p { color: rgb(191,182,185); }

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

background-color css

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

 a { background-color: rgb(191,182,185); }

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

border-color css

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

 span { border-color: rgb(191,182,185); }

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