#B9A682

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

Shades of Pavlova #B9A682

Tints of Pavlova #B9A682

Color information

#B9A682 (or 0xB9A682) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 82. RGB value is (185,166,130). Sum of RGB (Red+Green+Blue) = 185+166+130=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A682 is #46597D. Grayscale: #A7A7A7. Windows color (decimal): -4610430 or 8562361. OLE color: 8562361.

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

Color convert

RGB185166130-
CMYK00.100.300.27
HSL39.27º28.21%61.76%-
HSV(B)39.27º29.73%72.55%-
XYZ37.6739.226.7-
YUV167.58106.79140.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=38.46%
G=34.51%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516613000.100.300.2739.2728.2161.76
HexB9A6820A1E1B271c3e
Octal2712462020123633473476
Binary10111001101001101000001001010111101101110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A682; }

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

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

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

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

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

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

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

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