#B2A685

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

Shades of Pavlova #B2A685

Tints of Pavlova #B2A685

Color information

#B2A685 (or 0xB2A685) is unknown color: approx Pavlova. HEX triplet: B2, A6 and 85. RGB value is (178,166,133). Sum of RGB (Red+Green+Blue) = 178+166+133=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A685 is #4D597A. Grayscale: #A5A5A5. Windows color (decimal): -5069179 or 8758962. OLE color: 8758962.

HSL color Cylindrical-coordinate representation of color #B2A685: hue angle of 44º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2A685 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178166133-
CMYK00.070.250.30
HSL44º22.61%60.98%-
HSV(B)44º25.28%69.8%-
XYZ36.2338.4327.7-
YUV165.83109.48136.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=37.32%
G=34.80%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816613300.070.250.304422.6160.98
HexB2A68507191E2c173d
Octal262246205073136542775
Binary1011001010100110100001010111110011111010110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A685; }

 p { color: rgb(178,166,133); }

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

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

 a { background-color: rgb(178,166,133); }

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

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

 span { border-color: rgb(178,166,133); }

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