#B6A97A

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

Shades of Pavlova #B6A97A

Tints of Pavlova #B6A97A

Color information

#B6A97A (or 0xB6A97A) is unknown color: approx Pavlova. HEX triplet: B6, A9 and 7A. RGB value is (182,169,122). Sum of RGB (Red+Green+Blue) = 182+169+122=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A97A is #495685. Grayscale: #A7A7A7. Windows color (decimal): -4806278 or 8038838. OLE color: 8038838.

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

Color convert

RGB182169122-
CMYK00.070.330.29
HSL47º29.13%59.61%-
HSV(B)47º32.97%71.37%-
XYZ36.9939.7324.13-
YUV167.53102.31138.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=38.48%
G=35.73%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216912200.070.330.294729.1359.61
HexB6A97A07211D2f1d3c
Octal266251172074135573574
Binary1011011010101001111101001111000011110110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A97A; }

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

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

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

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

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

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

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

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