Html Css Color HEX #B9A686 Pavlova

📋 copy color: '#B9A686'

red 185 ◦ green 166 ◦ blue 134

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

Shades of Pavlova #B9A686

Tints of Pavlova #B9A686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.23%

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

R = 38.14%
G = 34.23%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9A686 (or 0xB9A686) is known color: Pavlova. HEX triplet: B9, A6 and 86. RGB value is (185,166,134). Sum of RGB (Red+Green+Blue) = 185+166+134=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A686 is #465979. Grayscale: #A8A8A8. Windows color (decimal): -4610426 or 8824505. OLE color: 8824505.

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

Color convert

RGB 185 166 134 -
CMYK 0 0.10 0.28 0.27
HSL 37.65º 0.27% 0.63% -
HSV(B) 37.65º 0.28% 0.73% -
XYZ 37.95 39.31 28.14 -
YUV 168.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 185 166 134 0 0.10 0.28 0.27 37.65 0.27 0.63
Hex B9 A6 86 0 A 1C 1B 26 1B 3F
Octal 271 246 206 0 12 34 33 46 33 77
Binary 10111001 10100110 10000110 0 1010 11100 11011 100110 11011 111111

Color Harmonies of #B9A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A686

Black with #B9A686

Text Example


Text Example

White with #B9A686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A686; }

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

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

background-color css

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

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

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

border-color css

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

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

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