#B8A885

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

Shades of Pavlova #B8A885

Tints of Pavlova #B8A885

Color information

#B8A885 (or 0xB8A885) is unknown color: approx Pavlova. HEX triplet: B8, A8 and 85. RGB value is (184,168,133). Sum of RGB (Red+Green+Blue) = 184+168+133=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A885 is #47577A. Grayscale: #A8A8A8. Windows color (decimal): -4675451 or 8759480. OLE color: 8759480.

HSL color Cylindrical-coordinate representation of color #B8A885: hue angle of 41.18º degrees, saturation: 0.26, 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 #B8A885 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184168133-
CMYK00.090.280.28
HSL41.18º26.42%62.16%-
HSV(B)41.18º27.72%72.16%-
XYZ3839.8927.89-
YUV168.79107.8138.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=37.94%
G=34.64%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416813300.090.280.2841.1826.4262.16
HexB8A885091C1C291a3e
Octal2702502050113434513276
Binary10111000101010001000010101001111001110010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A885; }

 p { color: rgb(184,168,133); }

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

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

 a { background-color: rgb(184,168,133); }

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

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

 span { border-color: rgb(184,168,133); }

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