#B7A688

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

Shades of Pavlova #B7A688

Tints of Pavlova #B7A688

Color information

#B7A688 (or 0xB7A688) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 88. RGB value is (183,166,136). Sum of RGB (Red+Green+Blue) = 183+166+136=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A688 is #485977. Grayscale: #A7A7A7. Windows color (decimal): -4741496 or 8955575. OLE color: 8955575.

HSL color Cylindrical-coordinate representation of color #B7A688: hue angle of 38.3º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7A688 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183166136-
CMYK00.090.260.28
HSL38.3º24.61%62.55%-
HSV(B)38.3º25.68%71.76%-
XYZ37.6139.1228.86-
YUV167.66110.13138.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=37.73%
G=34.23%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316613600.090.260.2838.324.6162.55
HexB7A688091A1C26193f
Octal2672462100113234463177
Binary10110111101001101000100001001110101110010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A688; }

 p { color: rgb(183,166,136); }

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

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

 a { background-color: rgb(183,166,136); }

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

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

 span { border-color: rgb(183,166,136); }

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