#B6A77E

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

Shades of Pavlova #B6A77E

Tints of Pavlova #B6A77E

Color information

#B6A77E (or 0xB6A77E) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 7E. RGB value is (182,167,126). Sum of RGB (Red+Green+Blue) = 182+167+126=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A77E is #495881. Grayscale: #A6A6A6. Windows color (decimal): -4806786 or 8300470. OLE color: 8300470.

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

Color convert

RGB182167126-
CMYK00.080.310.29
HSL43.93º27.72%60.39%-
HSV(B)43.93º30.77%71.37%-
XYZ36.8839.0925.34-
YUV166.81104.97138.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=38.32%
G=35.16%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216712600.080.310.2943.9327.7260.39
HexB6A77E081F1D2c1c3c
Octal2662471760103735543474
Binary1011011010100111111111001000111111110110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A77E; }

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

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

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

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

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

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

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

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