#B2A485

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

Shades of Pavlova #B2A485

Tints of Pavlova #B2A485

Color information

#B2A485 (or 0xB2A485) is unknown color: approx Pavlova. HEX triplet: B2, A4 and 85. RGB value is (178,164,133). Sum of RGB (Red+Green+Blue) = 178+164+133=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A485 is #4D5B7A. Grayscale: #A4A4A4. Windows color (decimal): -5069691 or 8758450. OLE color: 8758450.

HSL color Cylindrical-coordinate representation of color #B2A485: hue angle of 41.33º 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 #B2A485 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178164133-
CMYK00.080.250.30
HSL41.33º22.61%60.98%-
HSV(B)41.33º25.28%69.8%-
XYZ35.8737.7127.58-
YUV164.65110.14137.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 133 (52.34% from 255) = 28%
R=37.47%
G=34.53%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816413300.080.250.3041.3322.6160.98
HexB2A48508191E29173d
Octal2622442050103136512775
Binary10110010101001001000010101000110011111010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A485; }

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

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

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

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

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

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

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

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