#B8A584

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

Shades of Pavlova #B8A584

Tints of Pavlova #B8A584

Color information

#B8A584 (or 0xB8A584) is unknown color: approx Pavlova. HEX triplet: B8, A5 and 84. RGB value is (184,165,132). Sum of RGB (Red+Green+Blue) = 184+165+132=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A584 is #475A7B. Grayscale: #A7A7A7. Windows color (decimal): -4676220 or 8693176. OLE color: 8693176.

HSL color Cylindrical-coordinate representation of color #B8A584: hue angle of 38.08º 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 #B8A584 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184165132-
CMYK00.100.280.28
HSL38.08º26.8%61.96%-
HSV(B)38.08º28.26%72.16%-
XYZ37.3938.7727.34-
YUV166.92108.29140.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=38.25%
G=34.30%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416513200.100.280.2838.0826.861.96
HexB8A5840A1C1C261b3e
Octal2702452040123434463376
Binary10111000101001011000010001010111001110010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A584; }

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

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

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

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

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

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

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

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