#B3A37D

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

Shades of Pavlova #B3A37D

Tints of Pavlova #B3A37D

Color information

#B3A37D (or 0xB3A37D) is unknown color: approx Pavlova. HEX triplet: B3, A3 and 7D. RGB value is (179,163,125). Sum of RGB (Red+Green+Blue) = 179+163+125=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A37D is #4C5C82. Grayscale: #A3A3A3. Windows color (decimal): -5004419 or 8233907. OLE color: 8233907.

HSL color Cylindrical-coordinate representation of color #B3A37D: hue angle of 42.22º 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 #B3A37D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179163125-
CMYK00.090.300.30
HSL42.22º26.21%59.61%-
HSV(B)42.22º30.17%70.2%-
XYZ35.3937.2624.73-
YUV163.45106.3139.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=38.33%
G=34.90%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916312500.090.300.3042.2226.2159.61
HexB3A37D091E1E2a1a3c
Octal2632431750113636523274
Binary1011001110100011111110101001111101111010101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A37D; }

 p { color: rgb(179,163,125); }

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

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

 a { background-color: rgb(179,163,125); }

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

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

 span { border-color: rgb(179,163,125); }

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