#B6A582

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

Shades of Pavlova #B6A582

Tints of Pavlova #B6A582

Color information

#B6A582 (or 0xB6A582) is unknown color: approx Pavlova. HEX triplet: B6, A5 and 82. RGB value is (182,165,130). Sum of RGB (Red+Green+Blue) = 182+165+130=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A582 is #495A7D. Grayscale: #A6A6A6. Windows color (decimal): -4807294 or 8562102. OLE color: 8562102.

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

Color convert

RGB182165130-
CMYK00.090.290.29
HSL40.38º26.26%61.18%-
HSV(B)40.38º28.57%71.37%-
XYZ36.7838.4726.61-
YUV166.09107.63139.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=38.16%
G=34.59%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216513000.090.290.2940.3826.2661.18
HexB6A582091D1D281a3d
Octal2662452020113535503275
Binary10110110101001011000001001001111011110110100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A582; }

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

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

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

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

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

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

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

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