#B6A677

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

Shades of Pavlova #B6A677

Tints of Pavlova #B6A677

Color information

#B6A677 (or 0xB6A677) is unknown color: approx Pavlova. HEX triplet: B6, A6 and 77. RGB value is (182,166,119). Sum of RGB (Red+Green+Blue) = 182+166+119=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A677 is #495988. Grayscale: #A5A5A5. Windows color (decimal): -4807049 or 7841462. OLE color: 7841462.

HSL color Cylindrical-coordinate representation of color #B6A677: hue angle of 44.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6A677 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182166119-
CMYK00.090.350.29
HSL44.76º30.14%59.02%-
HSV(B)44.76º34.62%71.37%-
XYZ36.2638.5522.98-
YUV165.43101.8139.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=38.97%
G=35.55%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216611900.090.350.2944.7630.1459.02
HexB6A67709231D2d1e3b
Octal2662461670114335553673
Binary10110110101001101110111010011000111110110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A677; }

 p { color: rgb(182,166,119); }

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

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

 a { background-color: rgb(182,166,119); }

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

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

 span { border-color: rgb(182,166,119); }

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