#B6A489

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

Shades of Pavlova #B6A489

Tints of Pavlova #B6A489

Color information

#B6A489 (or 0xB6A489) is unknown color: approx Pavlova. HEX triplet: B6, A4 and 89. RGB value is (182,164,137). Sum of RGB (Red+Green+Blue) = 182+164+137=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A489 is #495B76. Grayscale: #A6A6A6. Windows color (decimal): -4807543 or 9020598. OLE color: 9020598.

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

Color convert

RGB182164137-
CMYK00.100.250.29
HSL36º23.56%62.55%-
HSV(B)36º24.73%71.37%-
XYZ37.0838.329.11-
YUV166.3111.46139.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=37.68%
G=33.95%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216413700.100.250.293623.5662.55
HexB6A4890A191D24183f
Octal2662442110123135443077
Binary10110110101001001000100101010110011110110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A489; }

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

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

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

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

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

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

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

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