#B6A88D

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

Shades of Pavlova #B6A88D

Tints of Pavlova #B6A88D

Color information

#B6A88D (or 0xB6A88D) is unknown color: approx Pavlova. HEX triplet: B6, A8 and 8D. RGB value is (182,168,141). Sum of RGB (Red+Green+Blue) = 182+168+141=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A88D is #495772. Grayscale: #A9A9A9. Windows color (decimal): -4806515 or 9283766. OLE color: 9283766.

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

Color convert

RGB182168141-
CMYK00.080.230.29
HSL39.51º21.93%63.33%-
HSV(B)39.51º22.53%71.37%-
XYZ38.139.8730.89-
YUV169.11112.14137.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=37.07%
G=34.22%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216814100.080.230.2939.5121.9363.33
HexB6A88D08171D28163f
Octal2662502150102735502677
Binary10110110101010001000110101000101111110110100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A88D; }

 p { color: rgb(182,168,141); }

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

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

 a { background-color: rgb(182,168,141); }

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

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

 span { border-color: rgb(182,168,141); }

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