Html Css Color HEX #BFAEB8 Maverick

📋 copy color: '#BFAEB8'

red 191 ◦ green 174 ◦ blue 184

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

Shades of Maverick #BFAEB8

Tints of Maverick #BFAEB8

RGB

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

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

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

R = 34.79%
G = 31.69%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFAEB8 (or 0xBFAEB8) is known color: Maverick. HEX triplet: BF, AE and B8. RGB value is (191,174,184). Sum of RGB (Red+Green+Blue) = 191+174+184=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB8 is #405147. Grayscale: #B4B4B4. Windows color (decimal): -4215112 or 12103359. OLE color: 12103359.

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

Color convert

RGB 191 174 184 -
CMYK 0 0.09 0.04 0.25
HSL 324.71º 0.12% 0.72% -
HSV(B) 324.71º 0.09% 0.75% -
XYZ 45.27 44.81 51.61 -
YUV 180.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 191 174 184 0 0.09 0.04 0.25 324.71 0.12 0.72
Hex BF AE B8 0 9 4 19 145 C 48
Octal 277 256 270 0 11 4 31 505 14 110
Binary 10111111 10101110 10111000 0 1001 100 11001 101000101 1100 1001000

Color Harmonies of #BFAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEB8

Black with #BFAEB8

Text Example


Text Example

White with #BFAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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