#B3A17E

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

Shades of Pavlova #B3A17E

Tints of Pavlova #B3A17E

Color information

#B3A17E (or 0xB3A17E) is unknown color: approx Pavlova. HEX triplet: B3, A1 and 7E. RGB value is (179,161,126). Sum of RGB (Red+Green+Blue) = 179+161+126=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A17E is #4C5E81. Grayscale: #A2A2A2. Windows color (decimal): -5004930 or 8298931. OLE color: 8298931.

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

Color convert

RGB179161126-
CMYK00.100.300.30
HSL39.62º25.85%59.8%-
HSV(B)39.62º29.61%70.2%-
XYZ35.136.5824.95-
YUV162.39107.46139.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=38.41%
G=34.55%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916112600.100.300.3039.6225.8559.8
HexB3A17E0A1E1E281a3c
Octal2632411760123636503274
Binary1011001110100001111111001010111101111010100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A17E; }

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

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

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

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

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

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

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

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