#B8A88D

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

Shades of Pavlova #B8A88D

Tints of Pavlova #B8A88D

Color information

#B8A88D (or 0xB8A88D) is unknown color: approx Pavlova. HEX triplet: B8, A8 and 8D. RGB value is (184,168,141). Sum of RGB (Red+Green+Blue) = 184+168+141=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A88D is #475772. Grayscale: #A9A9A9. Windows color (decimal): -4675443 or 9283768. OLE color: 9283768.

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

Color convert

RGB184168141-
CMYK00.090.230.28
HSL37.67º23.24%63.73%-
HSV(B)37.67º23.37%72.16%-
XYZ38.5840.1230.91-
YUV169.71111.8138.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=37.32%
G=34.08%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416814100.090.230.2837.6723.2463.73
HexB8A88D09171C261740
Octal27025021501127344627100
Binary101110001010100010001101010011011111100100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A88D; }

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

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

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

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

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

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

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

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