#B6A182

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

Shades of Pavlova #B6A182

Tints of Pavlova #B6A182

Color information

#B6A182 (or 0xB6A182) is unknown color: approx Pavlova. HEX triplet: B6, A1 and 82. RGB value is (182,161,130). Sum of RGB (Red+Green+Blue) = 182+161+130=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A182 is #495E7D. Grayscale: #A3A3A3. Windows color (decimal): -4808318 or 8561078. OLE color: 8561078.

HSL color Cylindrical-coordinate representation of color #B6A182: hue angle of 35.77º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6A182 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB182161130-
CMYK00.120.290.29
HSL35.77º26.26%61.18%-
HSV(B)35.77º28.57%71.37%-
XYZ36.0737.0526.37-
YUV163.74108.96141.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=38.48%
G=34.04%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216113000.120.290.2935.7726.2661.18
HexB6A1820C1D1D241a3d
Octal2662412020143535443275
Binary10110110101000011000001001100111011110110010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A182; }

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

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

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

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

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

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

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

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