#B8A57A

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

Shades of Pavlova #B8A57A

Tints of Pavlova #B8A57A

Color information

#B8A57A (or 0xB8A57A) is unknown color: approx Pavlova. HEX triplet: B8, A5 and 7A. RGB value is (184,165,122). Sum of RGB (Red+Green+Blue) = 184+165+122=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A57A is #475A85. Grayscale: #A5A5A5. Windows color (decimal): -4676230 or 8037816. OLE color: 8037816.

HSL color Cylindrical-coordinate representation of color #B8A57A: hue angle of 41.61º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A57A is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184165122-
CMYK00.100.340.28
HSL41.61º30.39%60%-
HSV(B)41.61º33.7%72.16%-
XYZ36.7438.5123.91-
YUV165.78103.29141-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=39.07%
G=35.03%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416512200.100.340.2841.6130.3960
HexB8A57A0A221C2a1e3c
Octal2702451720124234523674
Binary10111000101001011111010010101000101110010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A57A; }

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

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

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

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

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

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

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

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