#B7A98E

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

Shades of Pavlova #B7A98E

Tints of Pavlova #B7A98E

Color information

#B7A98E (or 0xB7A98E) is unknown color: approx Pavlova. HEX triplet: B7, A9 and 8E. RGB value is (183,169,142). Sum of RGB (Red+Green+Blue) = 183+169+142=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A98E is #485671. Grayscale: #AAAAAA. Windows color (decimal): -4740722 or 9349559. OLE color: 9349559.

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

Color convert

RGB183169142-
CMYK00.080.220.28
HSL39.51º22.16%63.73%-
HSV(B)39.51º22.4%71.76%-
XYZ38.640.431.35-
YUV170.11112.14137.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=37.04%
G=34.21%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316914200.080.220.2839.5122.1663.73
HexB7A98E08161C281640
Octal26725121601026345026100
Binary101101111010100110001110010001011011100101000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A98E; }

 p { color: rgb(183,169,142); }

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

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

 a { background-color: rgb(183,169,142); }

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

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

 span { border-color: rgb(183,169,142); }

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