Html Css Color HEX #B9ACB7 Maverick

📋 copy color: '#B9ACB7'

red 185 ◦ green 172 ◦ blue 183

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

Shades of Maverick #B9ACB7

Tints of Maverick #B9ACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.89%

R = 34.26%
G = 31.85%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B9ACB7 (or 0xB9ACB7) is known color: Maverick. HEX triplet: B9, AC and B7. RGB value is (185,172,183). Sum of RGB (Red+Green+Blue) = 185+172+183=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACB7 is #465348. Grayscale: #B1B1B1. Windows color (decimal): -4608841 or 12037305. OLE color: 12037305.

HSL color Cylindrical-coordinate representation of color #B9ACB7: hue angle of 309.23º 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 #B9ACB7 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 183 -
CMYK 0 0.07 0.01 0.27
HSL 309.23º 0.08% 0.7% -
HSV(B) 309.23º 0.07% 0.73% -
XYZ 43.31 43.24 50.86 -
YUV 177.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 185 172 183 0 0.07 0.01 0.27 309.23 0.08 0.7
Hex B9 AC B7 0 7 1 1B 135 8 46
Octal 271 254 267 0 7 1 33 465 10 106
Binary 10111001 10101100 10110111 0 111 1 11011 100110101 1000 1000110

Color Harmonies of #B9ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACB7

Black with #B9ACB7

Text Example


Text Example

White with #B9ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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