#B6A988

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

Shades of Pavlova #B6A988

Tints of Pavlova #B6A988

Color information

#B6A988 (or 0xB6A988) is unknown color: approx Pavlova. HEX triplet: B6, A9 and 88. RGB value is (182,169,136). Sum of RGB (Red+Green+Blue) = 182+169+136=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A988 is #495677. Grayscale: #A9A9A9. Windows color (decimal): -4806264 or 8956342. OLE color: 8956342.

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

Color convert

RGB182169136-
CMYK00.070.250.29
HSL43.04º23.96%62.35%-
HSV(B)43.04º25.27%71.37%-
XYZ37.9240.129.03-
YUV169.12109.31137.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=37.37%
G=34.70%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216913600.070.250.2943.0423.9662.35
HexB6A98807191D2b183e
Octal266251210073135533076
Binary1011011010101001100010000111110011110110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A988; }

 p { color: rgb(182,169,136); }

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

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

 a { background-color: rgb(182,169,136); }

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

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

 span { border-color: rgb(182,169,136); }

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