Html Css Color HEX #B9ACB6 Maverick

📋 copy color: '#B9ACB6'

red 185 ◦ green 172 ◦ blue 182

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

Shades of Maverick #B9ACB6

Tints of Maverick #B9ACB6

RGB

 RED value IS 185 (72.66% from 255) = 34.32%

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

 BLUE value IS 182 (71.48% from 255) = 33.77%

R = 34.32%
G = 31.91%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B9ACB6 (or 0xB9ACB6) is known color: Maverick. HEX triplet: B9, AC and B6. RGB value is (185,172,182). Sum of RGB (Red+Green+Blue) = 185+172+182=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACB6 is #465349. Grayscale: #B1B1B1. Windows color (decimal): -4608842 or 11971769. OLE color: 11971769.

HSL color Cylindrical-coordinate representation of color #B9ACB6: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9ACB6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 182 -
CMYK 0 0.07 0.02 0.27
HSL 313.85º 0.08% 0.7% -
HSV(B) 313.85º 0.07% 0.73% -
XYZ 43.2 43.2 50.32 -
YUV 177.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 185 172 182 0 0.07 0.02 0.27 313.85 0.08 0.7
Hex B9 AC B6 0 7 2 1B 13A 8 46
Octal 271 254 266 0 7 2 33 472 10 106
Binary 10111001 10101100 10110110 0 111 10 11011 100111010 1000 1000110

Color Harmonies of #B9ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACB6

Black with #B9ACB6

Text Example


Text Example

White with #B9ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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