#B6A78E

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

Shades of Pavlova #B6A78E

Tints of Pavlova #B6A78E

Color information

#B6A78E (or 0xB6A78E) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 8E. RGB value is (182,167,142). Sum of RGB (Red+Green+Blue) = 182+167+142=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A78E is #495871. Grayscale: #A8A8A8. Windows color (decimal): -4806770 or 9349046. OLE color: 9349046.

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

Color convert

RGB182167142-
CMYK00.080.220.29
HSL37.5º21.51%63.53%-
HSV(B)37.5º21.98%71.37%-
XYZ37.9939.5431.22-
YUV168.64112.97137.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=37.07%
G=34.01%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216714200.080.220.2937.521.5163.53
HexB6A78E08161D261640
Octal26624721601026354626100
Binary101101101010011110001110010001011011101100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A78E; }

 p { color: rgb(182,167,142); }

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

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

 a { background-color: rgb(182,167,142); }

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

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

 span { border-color: rgb(182,167,142); }

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