Html Css Color HEX #B9AA87 Pavlova

📋 copy color: '#B9AA87'

red 185 ◦ green 170 ◦ blue 135

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

Shades of Pavlova #B9AA87

Tints of Pavlova #B9AA87

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 37.76%
G = 34.69%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B9AA87 (or 0xB9AA87) is known color: Pavlova. HEX triplet: B9, AA and 87. RGB value is (185,170,135). Sum of RGB (Red+Green+Blue) = 185+170+135=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA87 is #465578. Grayscale: #AAAAAA. Windows color (decimal): -4609401 or 8891065. OLE color: 8891065.

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

Color convert

RGB 185 170 135 -
CMYK 0 0.08 0.27 0.27
HSL 42º 0.26% 0.63% -
HSV(B) 42º 0.27% 0.73% -
XYZ 38.76 40.81 28.76 -
YUV 170.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 185 170 135 0 0.08 0.27 0.27 42 0.26 0.63
Hex B9 AA 87 0 8 1B 1B 2A 1A 3F
Octal 271 252 207 0 10 33 33 52 32 77
Binary 10111001 10101010 10000111 0 1000 11011 11011 101010 11010 111111

Color Harmonies of #B9AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA87

Black with #B9AA87

Text Example


Text Example

White with #B9AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA87; }

 p { color: rgb(185,170,135); }

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

background-color css

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

 a { background-color: rgb(185,170,135); }

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

border-color css

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

 span { border-color: rgb(185,170,135); }

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