#B3A58C

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

Shades of Pavlova #B3A58C

Tints of Pavlova #B3A58C

Color information

#B3A58C (or 0xB3A58C) is unknown color: approx Pavlova. HEX triplet: B3, A5 and 8C. RGB value is (179,165,140). Sum of RGB (Red+Green+Blue) = 179+165+140=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A58C is #4C5A73. Grayscale: #A6A6A6. Windows color (decimal): -5003892 or 9217459. OLE color: 9217459.

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

Color convert

RGB179165140-
CMYK00.080.220.30
HSL38.46º20.42%62.55%-
HSV(B)38.46º21.79%70.2%-
XYZ36.7838.3930.28-
YUV166.34113.14137.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=36.98%
G=34.09%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916514000.080.220.3038.4620.4262.55
HexB3A58C08161E26143f
Octal2632452140102636462477
Binary10110011101001011000110001000101101111010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A58C; }

 p { color: rgb(179,165,140); }

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

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

 a { background-color: rgb(179,165,140); }

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

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

 span { border-color: rgb(179,165,140); }

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