Html Css Color HEX #BFAEB9 Maverick

📋 copy color: '#BFAEB9'

red 191 ◦ green 174 ◦ blue 185

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

Shades of Maverick #BFAEB9

Tints of Maverick #BFAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.64%

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

R = 34.73%
G = 31.64%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFAEB9 (or 0xBFAEB9) is known color: Maverick. HEX triplet: BF, AE and B9. RGB value is (191,174,185). Sum of RGB (Red+Green+Blue) = 191+174+185=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB9 is #405146. Grayscale: #B4B4B4. Windows color (decimal): -4215111 or 12168895. OLE color: 12168895.

HSL color Cylindrical-coordinate representation of color #BFAEB9: hue angle of 321.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFAEB9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 185 -
CMYK 0 0.09 0.03 0.25
HSL 321.18º 0.12% 0.72% -
HSV(B) 321.18º 0.09% 0.75% -
XYZ 45.38 44.85 52.16 -
YUV 180.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 191 174 185 0 0.09 0.03 0.25 321.18 0.12 0.72
Hex BF AE B9 0 9 3 19 141 C 48
Octal 277 256 271 0 11 3 31 501 14 110
Binary 10111111 10101110 10111001 0 1001 11 11001 101000001 1100 1001000

Color Harmonies of #BFAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEB9

Black with #BFAEB9

Text Example


Text Example

White with #BFAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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