#B6A17C

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

Shades of Pavlova #B6A17C

Tints of Pavlova #B6A17C

Color information

#B6A17C (or 0xB6A17C) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 7C. RGB value is (182,161,124). Sum of RGB (Red+Green+Blue) = 182+161+124=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A17C is #495E83. Grayscale: #A3A3A3. Windows color (decimal): -4808324 or 8167862. OLE color: 8167862.

HSL color Cylindrical-coordinate representation of color #B6A17C: hue angle of 38.28º 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 #B6A17C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182161124-
CMYK00.120.320.29
HSL38.28º28.43%60%-
HSV(B)38.28º31.87%71.37%-
XYZ35.6736.8924.31-
YUV163.06105.96141.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=38.97%
G=34.48%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216112400.120.320.2938.2828.4360
HexB6A17C0C201D261c3c
Octal2662411740144035463474
Binary10110110101000011111100011001000001110110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A17C; }

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

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

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

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

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

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

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

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