#B6A67A

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

Shades of Pavlova #B6A67A

Tints of Pavlova #B6A67A

Color information

#B6A67A (or 0xB6A67A) is unknown color: approx Pavlova. HEX triplet: B6, A6 and 7A. RGB value is (182,166,122). Sum of RGB (Red+Green+Blue) = 182+166+122=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A67A is #495985. Grayscale: #A5A5A5. Windows color (decimal): -4807046 or 8038070. OLE color: 8038070.

HSL color Cylindrical-coordinate representation of color #B6A67A: hue angle of 44º 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 #B6A67A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182166122-
CMYK00.090.330.29
HSL44º29.13%59.61%-
HSV(B)44º32.97%71.37%-
XYZ36.4438.6223.95-
YUV165.77103.3139.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=38.72%
G=35.32%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216612200.090.330.294429.1359.61
HexB6A67A09211D2c1d3c
Octal2662461720114135543574
Binary10110110101001101111010010011000011110110110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A67A; }

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

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

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

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

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

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

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

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