#B9AA7B

Color #B9AA7B Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #B9AA7B

Tints of Pavlova #B9AA7B

Color information

#B9AA7B (or 0xB9AA7B) is unknown color: approx Pavlova. HEX triplet: B9, AA and 7B. RGB value is (185,170,123). Sum of RGB (Red+Green+Blue) = 185+170+123=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA7B is #465584. Grayscale: #A9A9A9. Windows color (decimal): -4609413 or 8104633. OLE color: 8104633.

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

Color convert

RGB185170123-
CMYK00.080.340.27
HSL45.48º30.69%60.39%-
HSV(B)45.48º33.51%72.55%-
XYZ37.9640.4924.55-
YUV169.13101.97139.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=38.70%
G=35.56%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517012300.080.340.2745.4830.6960.39
HexB9AA7B08221B2d1f3c
Octal2712521730104233553774
Binary10111001101010101111011010001000101101110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA7B; }

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

 H1.HeaderClassName
 {
   color: #B9AA7B;
 }
 .AnyTagClassName
 {
   color: #B9AA7B;
 }
</style>
background-color css

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

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

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

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

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

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