#B8AEB6

Color #B8AEB6 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #B8AEB6

Tints of Maverick #B8AEB6

Color information

#B8AEB6 (or 0xB8AEB6) is unknown color: approx Maverick. HEX triplet: B8, AE and B6. RGB value is (184,174,182). Sum of RGB (Red+Green+Blue) = 184+174+182=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEB6 is #475149. Grayscale: #B1B1B1. Windows color (decimal): -4673866 or 11972280. OLE color: 11972280.

HSL color Cylindrical-coordinate representation of color #B8AEB6: hue angle of 312º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8AEB6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184174182-
CMYK00.050.010.28
HSL312º6.58%70.2%-
HSV(B)312º5.43%72.16%-
XYZ43.3543.8450.43-
YUV177.9130.31132.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=34.07%
G=32.22%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417418200.050.010.283126.5870.2
HexB8AEB60511C138746
Octal270256266051344707106
Binary10111000101011101011011001011111001001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEB6; }

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

 H1.HeaderClassName
 {
   color: #B8AEB6;
 }
 .AnyTagClassName
 {
   color: #B8AEB6;
 }
</style>
background-color css

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

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

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

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

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

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