#B2A38D

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

Shades of Pavlova #B2A38D

Tints of Pavlova #B2A38D

Color information

#B2A38D (or 0xB2A38D) is unknown color: approx Pavlova. HEX triplet: B2, A3 and 8D. RGB value is (178,163,141). Sum of RGB (Red+Green+Blue) = 178+163+141=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38D is #4D5C72. Grayscale: #A5A5A5. Windows color (decimal): -5069939 or 9282482. OLE color: 9282482.

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

Color convert

RGB178163141-
CMYK00.080.210.30
HSL35.68º19.37%62.55%-
HSV(B)35.68º20.79%69.8%-
XYZ36.2737.5830.54-
YUV164.98114.47137.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=36.93%
G=33.82%
B=29.25%

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
Decimal17816314100.080.210.3035.6819.3762.55
HexB2A38D08151E24133f
Octal2622432150102536442377
Binary10110010101000111000110101000101011111010010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A38D; }

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

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

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

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

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

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

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

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