#B7A88E

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

Shades of Pavlova #B7A88E

Tints of Pavlova #B7A88E

Color information

#B7A88E (or 0xB7A88E) is unknown color: approx Pavlova. HEX triplet: B7, A8 and 8E. RGB value is (183,168,142). Sum of RGB (Red+Green+Blue) = 183+168+142=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88E is #485771. Grayscale: #A9A9A9. Windows color (decimal): -4740978 or 9349303. OLE color: 9349303.

HSL color Cylindrical-coordinate representation of color #B7A88E: hue angle of 38.05º 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 #B7A88E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183168142-
CMYK00.080.220.28
HSL38.05º22.16%63.73%-
HSV(B)38.05º22.4%71.76%-
XYZ38.4140.0331.29-
YUV169.52112.47137.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=37.12%
G=34.08%
B=28.80%

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
Decimal18316814200.080.220.2838.0522.1663.73
HexB7A88E08161C261640
Octal26725021601026344626100
Binary101101111010100010001110010001011011100100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A88E; }

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

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

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

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

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

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

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

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