#B3A184

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

Shades of Pavlova #B3A184

Tints of Pavlova #B3A184

Color information

#B3A184 (or 0xB3A184) is unknown color: approx Pavlova. HEX triplet: B3, A1 and 84. RGB value is (179,161,132). Sum of RGB (Red+Green+Blue) = 179+161+132=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A184 is #4C5E7B. Grayscale: #A3A3A3. Windows color (decimal): -5004924 or 8692147. OLE color: 8692147.

HSL color Cylindrical-coordinate representation of color #B3A184: hue angle of 37.02º degrees, saturation: 0.24, 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 #B3A184 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179161132-
CMYK00.100.260.30
HSL37.02º23.62%60.98%-
HSV(B)37.02º26.26%70.2%-
XYZ35.536.7427.05-
YUV163.08110.46139.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=37.92%
G=34.11%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916113200.100.260.3037.0223.6260.98
HexB3A1840A1A1E25183d
Octal2632412040123236453075
Binary10110011101000011000010001010110101111010010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A184; }

 p { color: rgb(179,161,132); }

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

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

 a { background-color: rgb(179,161,132); }

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

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

 span { border-color: rgb(179,161,132); }

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