#B6A289

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

Shades of Pavlova #B6A289

Tints of Pavlova #B6A289

Color information

#B6A289 (or 0xB6A289) is unknown color: approx Pavlova. HEX triplet: B6, A2 and 89. RGB value is (182,162,137). Sum of RGB (Red+Green+Blue) = 182+162+137=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A289 is #495D76. Grayscale: #A5A5A5. Windows color (decimal): -4808055 or 9020086. OLE color: 9020086.

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

Color convert

RGB182162137-
CMYK00.110.250.29
HSL33.33º23.56%62.55%-
HSV(B)33.33º24.73%71.37%-
XYZ36.7337.5928.99-
YUV165.13112.13140.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=37.84%
G=33.68%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216213700.110.250.2933.3323.5662.55
HexB6A2890B191D21183f
Octal2662422110133135413077
Binary10110110101000101000100101011110011110110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A289; }

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

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

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

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

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

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

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

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