#B8A98D

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

Shades of Pavlova #B8A98D

Tints of Pavlova #B8A98D

Color information

#B8A98D (or 0xB8A98D) is unknown color: approx Pavlova. HEX triplet: B8, A9 and 8D. RGB value is (184,169,141). Sum of RGB (Red+Green+Blue) = 184+169+141=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A98D is #475672. Grayscale: #AAAAAA. Windows color (decimal): -4675187 or 9284024. OLE color: 9284024.

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

Color convert

RGB184169141-
CMYK00.080.230.28
HSL39.07º23.24%63.73%-
HSV(B)39.07º23.37%72.16%-
XYZ38.7640.4930.97-
YUV170.29111.47137.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=37.25%
G=34.21%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416914100.080.230.2839.0723.2463.73
HexB8A98D08171C271740
Octal27025121501027344727100
Binary101110001010100110001101010001011111100100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A98D; }

 p { color: rgb(184,169,141); }

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

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

 a { background-color: rgb(184,169,141); }

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

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

 span { border-color: rgb(184,169,141); }

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