#B2A484

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

Shades of Pavlova #B2A484

Tints of Pavlova #B2A484

Color information

#B2A484 (or 0xB2A484) is unknown color: approx Pavlova. HEX triplet: B2, A4 and 84. RGB value is (178,164,132). Sum of RGB (Red+Green+Blue) = 178+164+132=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A484 is #4D5B7B. Grayscale: #A4A4A4. Windows color (decimal): -5069692 or 8692914. OLE color: 8692914.

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

Color convert

RGB178164132-
CMYK00.080.260.30
HSL41.74º23%60.78%-
HSV(B)41.74º25.84%69.8%-
XYZ35.837.6827.22-
YUV164.54109.64137.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=37.55%
G=34.60%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816413200.080.260.3041.742360.78
HexB2A484081A1E2a173d
Octal2622442040103236522775
Binary10110010101001001000010001000110101111010101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A484; }

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

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

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

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

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

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

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

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