#B2A383

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

Shades of Pavlova #B2A383

Tints of Pavlova #B2A383

Color information

#B2A383 (or 0xB2A383) is unknown color: approx Pavlova. HEX triplet: B2, A3 and 83. RGB value is (178,163,131). Sum of RGB (Red+Green+Blue) = 178+163+131=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A383 is #4D5C7C. Grayscale: #A3A3A3. Windows color (decimal): -5069949 or 8627122. OLE color: 8627122.

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

Color convert

RGB178163131-
CMYK00.080.260.30
HSL40.85º23.38%60.59%-
HSV(B)40.85º26.4%69.8%-
XYZ35.5537.326.8-
YUV163.84109.47138.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=37.71%
G=34.53%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816313100.080.260.3040.8523.3860.59
HexB2A383081A1E29173d
Octal2622432030103236512775
Binary10110010101000111000001101000110101111010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A383; }

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

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

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

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

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

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

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

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