#B3A38A

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

Shades of Pavlova #B3A38A

Tints of Pavlova #B3A38A

Color information

#B3A38A (or 0xB3A38A) is unknown color: approx Pavlova. HEX triplet: B3, A3 and 8A. RGB value is (179,163,138). Sum of RGB (Red+Green+Blue) = 179+163+138=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A38A is #4C5C75. Grayscale: #A5A5A5. Windows color (decimal): -5004406 or 9085875. OLE color: 9085875.

HSL color Cylindrical-coordinate representation of color #B3A38A: hue angle of 36.59º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A38A is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179163138-
CMYK00.090.230.30
HSL36.59º21.24%62.16%-
HSV(B)36.59º22.91%70.2%-
XYZ36.2837.6129.39-
YUV164.93112.8138.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=37.29%
G=33.96%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916313800.090.230.3036.5921.2462.16
HexB3A38A09171E25153e
Octal2632432120112736452576
Binary10110011101000111000101001001101111111010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A38A; }

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

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

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

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

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

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

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

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