#B8A384

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

Shades of Pavlova #B8A384

Tints of Pavlova #B8A384

Color information

#B8A384 (or 0xB8A384) is unknown color: approx Pavlova. HEX triplet: B8, A3 and 84. RGB value is (184,163,132). Sum of RGB (Red+Green+Blue) = 184+163+132=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A384 is #475C7B. Grayscale: #A5A5A5. Windows color (decimal): -4676732 or 8692664. OLE color: 8692664.

HSL color Cylindrical-coordinate representation of color #B8A384: hue angle of 35.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8A384 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184163132-
CMYK00.110.280.28
HSL35.77º26.8%61.96%-
HSV(B)35.77º28.26%72.16%-
XYZ37.0338.0527.22-
YUV165.74108.96141.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=38.41%
G=34.03%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416313200.110.280.2835.7726.861.96
HexB8A3840B1C1C241b3e
Octal2702432040133434443376
Binary10111000101000111000010001011111001110010010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A384; }

 p { color: rgb(184,163,132); }

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

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

 a { background-color: rgb(184,163,132); }

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

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

 span { border-color: rgb(184,163,132); }

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