Html Css Color HEX #B9ADB7 Maverick

📋 copy color: '#B9ADB7'

red 185 ◦ green 173 ◦ blue 183

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

Shades of Maverick #B9ADB7

Tints of Maverick #B9ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.98%

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

R = 34.2%
G = 31.98%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B9ADB7 (or 0xB9ADB7) is known color: Maverick. HEX triplet: B9, AD and B7. RGB value is (185,173,183). Sum of RGB (Red+Green+Blue) = 185+173+183=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADB7 is #465248. Grayscale: #B1B1B1. Windows color (decimal): -4608585 or 12037561. OLE color: 12037561.

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

Color convert

RGB 185 173 183 -
CMYK 0 0.06 0.01 0.27
HSL 310º 0.08% 0.7% -
HSV(B) 310º 0.06% 0.73% -
XYZ 43.5 43.62 50.93 -
YUV 177.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 185 173 183 0 0.06 0.01 0.27 310 0.08 0.7
Hex B9 AD B7 0 6 1 1B 136 8 46
Octal 271 255 267 0 6 1 33 466 10 106
Binary 10111001 10101101 10110111 0 110 1 11011 100110110 1000 1000110

Color Harmonies of #B9ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADB7

Black with #B9ADB7

Text Example


Text Example

White with #B9ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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