#B6A77A

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

Shades of Pavlova #B6A77A

Tints of Pavlova #B6A77A

Color information

#B6A77A (or 0xB6A77A) is unknown color: approx Pavlova. HEX triplet: B6, A7 and 7A. RGB value is (182,167,122). Sum of RGB (Red+Green+Blue) = 182+167+122=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A77A is #495885. Grayscale: #A6A6A6. Windows color (decimal): -4806790 or 8038326. OLE color: 8038326.

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

Color convert

RGB182167122-
CMYK00.080.330.29
HSL45º29.13%59.61%-
HSV(B)45º32.97%71.37%-
XYZ36.6238.9924.01-
YUV166.36102.97139.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=38.64%
G=35.46%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216712200.080.330.294529.1359.61
HexB6A77A08211D2d1d3c
Octal2662471720104135553574
Binary10110110101001111111010010001000011110110110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A77A; }

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

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

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

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

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

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

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

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