#B8A685

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

Shades of Pavlova #B8A685

Tints of Pavlova #B8A685

Color information

#B8A685 (or 0xB8A685) is unknown color: approx Pavlova. HEX triplet: B8, A6 and 85. RGB value is (184,166,133). Sum of RGB (Red+Green+Blue) = 184+166+133=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A685 is #47597A. Grayscale: #A7A7A7. Windows color (decimal): -4675963 or 8758968. OLE color: 8758968.

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

Color convert

RGB184166133-
CMYK00.100.280.28
HSL38.82º26.42%62.16%-
HSV(B)38.82º27.72%72.16%-
XYZ37.6439.1627.76-
YUV167.62108.46139.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=38.10%
G=34.37%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416613300.100.280.2838.8226.4262.16
HexB8A6850A1C1C271a3e
Octal2702462050123434473276
Binary10111000101001101000010101010111001110010011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A685; }

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

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

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

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

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

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

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

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