Html Css Color HEX #BFACB9 Maverick

📋 copy color: '#BFACB9'

red 191 ◦ green 172 ◦ blue 185

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

Shades of Maverick #BFACB9

Tints of Maverick #BFACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

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

R = 34.85%
G = 31.39%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFACB9 (or 0xBFACB9) is known color: Maverick. HEX triplet: BF, AC and B9. RGB value is (191,172,185). Sum of RGB (Red+Green+Blue) = 191+172+185=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB9 is #405346. Grayscale: #B3B3B3. Windows color (decimal): -4215623 or 12168383. OLE color: 12168383.

HSL color Cylindrical-coordinate representation of color #BFACB9: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACB9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 185 -
CMYK 0 0.10 0.03 0.25
HSL 318.95º 0.13% 0.71% -
HSV(B) 318.95º 0.1% 0.75% -
XYZ 45 44.08 52.04 -
YUV 179.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 191 172 185 0 0.10 0.03 0.25 318.95 0.13 0.71
Hex BF AC B9 0 A 3 19 13F D 47
Octal 277 254 271 0 12 3 31 477 15 107
Binary 10111111 10101100 10111001 0 1010 11 11001 100111111 1101 1000111

Color Harmonies of #BFACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACB9

Black with #BFACB9

Text Example


Text Example

White with #BFACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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