#B3A17B

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

Shades of Pavlova #B3A17B

Tints of Pavlova #B3A17B

Color information

#B3A17B (or 0xB3A17B) is unknown color: approx Pavlova. HEX triplet: B3, A1 and 7B. RGB value is (179,161,123). Sum of RGB (Red+Green+Blue) = 179+161+123=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A17B is #4C5E84. Grayscale: #A2A2A2. Windows color (decimal): -5004933 or 8102323. OLE color: 8102323.

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

Color convert

RGB179161123-
CMYK00.100.310.30
HSL40.71º26.92%59.22%-
HSV(B)40.71º31.28%70.2%-
XYZ34.9136.523.94-
YUV162.05105.96140.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=38.66%
G=34.77%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916112300.100.310.3040.7126.9259.22
HexB3A17B0A1F1E291b3b
Octal2632411730123736513373
Binary1011001110100001111101101010111111111010100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A17B; }

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

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

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

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

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

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

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

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