#B6A58A

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

Shades of Pavlova #B6A58A

Tints of Pavlova #B6A58A

Color information

#B6A58A (or 0xB6A58A) is unknown color: approx Pavlova. HEX triplet: B6, A5 and 8A. RGB value is (182,165,138). Sum of RGB (Red+Green+Blue) = 182+165+138=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A58A is #495A75. Grayscale: #A7A7A7. Windows color (decimal): -4807286 or 9086390. OLE color: 9086390.

HSL color Cylindrical-coordinate representation of color #B6A58A: hue angle of 36.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A58A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182165138-
CMYK00.090.240.29
HSL36.82º23.16%62.75%-
HSV(B)36.82º24.18%71.37%-
XYZ37.3338.6929.55-
YUV167111.63138.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=37.53%
G=34.02%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216513800.090.240.2936.8223.1662.75
HexB6A58A09181D25173f
Octal2662452120113035452777
Binary10110110101001011000101001001110001110110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A58A; }

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

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

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

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

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

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

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

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