#B2A38C

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

Shades of Pavlova #B2A38C

Tints of Pavlova #B2A38C

Color information

#B2A38C (or 0xB2A38C) is unknown color: approx Pavlova. HEX triplet: B2, A3 and 8C. RGB value is (178,163,140). Sum of RGB (Red+Green+Blue) = 178+163+140=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38C is #4D5C73. Grayscale: #A4A4A4. Windows color (decimal): -5069940 or 9216946. OLE color: 9216946.

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

Color convert

RGB178163140-
CMYK00.080.210.30
HSL36.32º19.79%62.35%-
HSV(B)36.32º21.35%69.8%-
XYZ36.1937.5530.15-
YUV164.86113.97137.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=37.01%
G=33.89%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816314000.080.210.3036.3219.7962.35
HexB2A38C08151E24143e
Octal2622432140102536442476
Binary10110010101000111000110001000101011111010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A38C; }

 p { color: rgb(178,163,140); }

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

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

 a { background-color: rgb(178,163,140); }

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

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

 span { border-color: rgb(178,163,140); }

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