#B6A97C

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

Shades of Pavlova #B6A97C

Tints of Pavlova #B6A97C

Color information

#B6A97C (or 0xB6A97C) is unknown color: approx Pavlova. HEX triplet: B6, A9 and 7C. RGB value is (182,169,124). Sum of RGB (Red+Green+Blue) = 182+169+124=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A97C is #495683. Grayscale: #A7A7A7. Windows color (decimal): -4806276 or 8169910. OLE color: 8169910.

HSL color Cylindrical-coordinate representation of color #B6A97C: hue angle of 46.55º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6A97C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182169124-
CMYK00.070.320.29
HSL46.55º28.43%60%-
HSV(B)46.55º31.87%71.37%-
XYZ37.1239.7824.79-
YUV167.76103.31138.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=38.32%
G=35.58%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216912400.070.320.2946.5528.4360
HexB6A97C07201D2f1c3c
Octal266251174074035573474
Binary1011011010101001111110001111000001110110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A97C; }

 p { color: rgb(182,169,124); }

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

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

 a { background-color: rgb(182,169,124); }

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

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

 span { border-color: rgb(182,169,124); }

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