#B8A47E

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

Shades of Pavlova #B8A47E

Tints of Pavlova #B8A47E

Color information

#B8A47E (or 0xB8A47E) is unknown color: approx Pavlova. HEX triplet: B8, A4 and 7E. RGB value is (184,164,126). Sum of RGB (Red+Green+Blue) = 184+164+126=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A47E is #475B81. Grayscale: #A5A5A5. Windows color (decimal): -4676482 or 8299704. OLE color: 8299704.

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

Color convert

RGB184164126-
CMYK00.110.320.28
HSL39.31º29%60.78%-
HSV(B)39.31º31.52%72.16%-
XYZ36.8138.2525.18-
YUV165.65105.63141.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=38.82%
G=34.60%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416412600.110.320.2839.312960.78
HexB8A47E0B201C271d3d
Octal2702441760134034473575
Binary10111000101001001111110010111000001110010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A47E; }

 p { color: rgb(184,164,126); }

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

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

 a { background-color: rgb(184,164,126); }

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

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

 span { border-color: rgb(184,164,126); }

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