#B6A789

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

Shades of Pavlova #B6A789

Tints of Pavlova #B6A789

Color information

#B6A789 (or 0xB6A789) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 89. RGB value is (182,167,137). Sum of RGB (Red+Green+Blue) = 182+167+137=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A789 is #495876. Grayscale: #A8A8A8. Windows color (decimal): -4806775 or 9021366. OLE color: 9021366.

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

Color convert

RGB182167137-
CMYK00.080.250.29
HSL40º23.56%62.55%-
HSV(B)40º24.73%71.37%-
XYZ37.6339.3929.29-
YUV168.06110.47137.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=37.45%
G=34.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216713700.080.250.294023.5662.55
HexB6A78908191D28183f
Octal2662472110103135503077
Binary10110110101001111000100101000110011110110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A789; }

 p { color: rgb(182,167,137); }

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

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

 a { background-color: rgb(182,167,137); }

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

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

 span { border-color: rgb(182,167,137); }

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