#B8A883

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

Shades of Pavlova #B8A883

Tints of Pavlova #B8A883

Color information

#B8A883 (or 0xB8A883) is unknown color: approx Pavlova. HEX triplet: B8, A8 and 83. RGB value is (184,168,131). Sum of RGB (Red+Green+Blue) = 184+168+131=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A883 is #47577C. Grayscale: #A8A8A8. Windows color (decimal): -4675453 or 8628408. OLE color: 8628408.

HSL color Cylindrical-coordinate representation of color #B8A883: hue angle of 41.89º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8A883 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184168131-
CMYK00.090.290.28
HSL41.89º27.18%61.76%-
HSV(B)41.89º28.8%72.16%-
XYZ37.8739.8327.17-
YUV168.57106.8139.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=38.10%
G=34.78%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416813100.090.290.2841.8927.1861.76
HexB8A883091D1C2a1b3e
Octal2702502030113534523376
Binary10111000101010001000001101001111011110010101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A883; }

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

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

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

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

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

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

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

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