#B9A685

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

Shades of Pavlova #B9A685

Tints of Pavlova #B9A685

Color information

#B9A685 (or 0xB9A685) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 85. RGB value is (185,166,133). Sum of RGB (Red+Green+Blue) = 185+166+133=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A685 is #46597A. Grayscale: #A8A8A8. Windows color (decimal): -4610427 or 8758969. OLE color: 8758969.

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

Color convert

RGB185166133-
CMYK00.100.280.27
HSL38.08º27.08%62.35%-
HSV(B)38.08º28.11%72.55%-
XYZ37.8839.2827.78-
YUV167.92108.29140.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=38.22%
G=34.30%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516613300.100.280.2738.0827.0862.35
HexB9A6850A1C1B261b3e
Octal2712462050123433463376
Binary10111001101001101000010101010111001101110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A685; }

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

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

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

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

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

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

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

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