#B8A58D

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

Shades of Pavlova #B8A58D

Tints of Pavlova #B8A58D

Color information

#B8A58D (or 0xB8A58D) is unknown color: approx Pavlova. HEX triplet: B8, A5 and 8D. RGB value is (184,165,141). Sum of RGB (Red+Green+Blue) = 184+165+141=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A58D is #475A72. Grayscale: #A8A8A8. Windows color (decimal): -4676211 or 9283000. OLE color: 9283000.

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

Color convert

RGB184165141-
CMYK00.100.230.28
HSL33.49º23.24%63.73%-
HSV(B)33.49º23.37%72.16%-
XYZ38.0339.0230.73-
YUV167.94112.79139.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=37.55%
G=33.67%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416514100.100.230.2833.4923.2463.73
HexB8A58D0A171C211740
Octal27024521501227344127100
Binary101110001010010110001101010101011111100100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A58D; }

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

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

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

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

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

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

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

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