#B2A387

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

Shades of Pavlova #B2A387

Tints of Pavlova #B2A387

Color information

#B2A387 (or 0xB2A387) is unknown color: approx Pavlova. HEX triplet: B2, A3 and 87. RGB value is (178,163,135). Sum of RGB (Red+Green+Blue) = 178+163+135=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A387 is #4D5C78. Grayscale: #A4A4A4. Windows color (decimal): -5069945 or 8889266. OLE color: 8889266.

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

Color convert

RGB178163135-
CMYK00.080.240.30
HSL39.07º21.83%61.37%-
HSV(B)39.07º24.16%69.8%-
XYZ35.8337.4128.25-
YUV164.29111.47137.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=37.39%
G=34.24%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816313500.080.240.3039.0721.8361.37
HexB2A38708181E27163d
Octal2622432070103036472675
Binary10110010101000111000011101000110001111010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A387; }

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

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

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

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

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

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

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

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