#B7A386

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

Shades of Pavlova #B7A386

Tints of Pavlova #B7A386

Color information

#B7A386 (or 0xB7A386) is unknown color: approx Pavlova. HEX triplet: B7, A3 and 86. RGB value is (183,163,134). Sum of RGB (Red+Green+Blue) = 183+163+134=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A386 is #485C79. Grayscale: #A5A5A5. Windows color (decimal): -4742266 or 8823735. OLE color: 8823735.

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

Color convert

RGB183163134-
CMYK00.110.270.28
HSL35.51º25.39%62.16%-
HSV(B)35.51º26.78%71.76%-
XYZ36.9337.9827.94-
YUV165.67110.13140.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=38.12%
G=33.96%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316313400.110.270.2835.5125.3962.16
HexB7A3860B1B1C24193e
Octal2672432060133334443176
Binary10110111101000111000011001011110111110010010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A386; }

 p { color: rgb(183,163,134); }

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

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

 a { background-color: rgb(183,163,134); }

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

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

 span { border-color: rgb(183,163,134); }

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