Html Css Color HEX #B9AB86 Pavlova

📋 copy color: '#B9AB86'

red 185 ◦ green 171 ◦ blue 134

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

Shades of Pavlova #B9AB86

Tints of Pavlova #B9AB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 37.76%
G = 34.9%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9AB86 (or 0xB9AB86) is known color: Pavlova. HEX triplet: B9, AB and 86. RGB value is (185,171,134). Sum of RGB (Red+Green+Blue) = 185+171+134=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB86 is #465479. Grayscale: #ABABAB. Windows color (decimal): -4609146 or 8825785. OLE color: 8825785.

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

Color convert

RGB 185 171 134 -
CMYK 0 0.08 0.28 0.27
HSL 43.53º 0.27% 0.63% -
HSV(B) 43.53º 0.28% 0.73% -
XYZ 38.87 41.16 28.45 -
YUV 170.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 185 171 134 0 0.08 0.28 0.27 43.53 0.27 0.63
Hex B9 AB 86 0 8 1C 1B 2C 1B 3F
Octal 271 253 206 0 10 34 33 54 33 77
Binary 10111001 10101011 10000110 0 1000 11100 11011 101100 11011 111111

Color Harmonies of #B9AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB86

Black with #B9AB86

Text Example


Text Example

White with #B9AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB86; }

 p { color: rgb(185,171,134); }

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

background-color css

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

 a { background-color: rgb(185,171,134); }

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

border-color css

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

 span { border-color: rgb(185,171,134); }

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