#B6A679

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

Shades of Pavlova #B6A679

Tints of Pavlova #B6A679

Color information

#B6A679 (or 0xB6A679) is unknown color: approx Pavlova. HEX triplet: B6, A6 and 79. RGB value is (182,166,121). Sum of RGB (Red+Green+Blue) = 182+166+121=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A679 is #495986. Grayscale: #A5A5A5. Windows color (decimal): -4807047 or 7972534. OLE color: 7972534.

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

Color convert

RGB182166121-
CMYK00.090.340.29
HSL44.26º29.47%59.41%-
HSV(B)44.26º33.52%71.37%-
XYZ36.3838.623.62-
YUV165.65102.8139.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=38.81%
G=35.39%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216612100.090.340.2944.2629.4759.41
HexB6A67909221D2c1d3b
Octal2662461710114235543573
Binary10110110101001101111001010011000101110110110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A679; }

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

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

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

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

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

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

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

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