#B6A589

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

Shades of Pavlova #B6A589

Tints of Pavlova #B6A589

Color information

#B6A589 (or 0xB6A589) is unknown color: approx Pavlova. HEX triplet: B6, A5 and 89. RGB value is (182,165,137). Sum of RGB (Red+Green+Blue) = 182+165+137=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A589 is #495A76. Grayscale: #A7A7A7. Windows color (decimal): -4807287 or 9020854. OLE color: 9020854.

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

Color convert

RGB182165137-
CMYK00.090.250.29
HSL37.33º23.56%62.55%-
HSV(B)37.33º24.73%71.37%-
XYZ37.2638.6629.17-
YUV166.89111.13138.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=37.60%
G=34.09%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216513700.090.250.2937.3323.5662.55
HexB6A58909191D25183f
Octal2662452110113135453077
Binary10110110101001011000100101001110011110110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A589; }

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

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

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

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

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

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

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

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