#B7A88B

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

Shades of Pavlova #B7A88B

Tints of Pavlova #B7A88B

Color information

#B7A88B (or 0xB7A88B) is unknown color: approx Pavlova. HEX triplet: B7, A8 and 8B. RGB value is (183,168,139). Sum of RGB (Red+Green+Blue) = 183+168+139=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88B is #485774. Grayscale: #A9A9A9. Windows color (decimal): -4740981 or 9152695. OLE color: 9152695.

HSL color Cylindrical-coordinate representation of color #B7A88B: hue angle of 39.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A88B is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB183168139-
CMYK00.080.240.28
HSL39.55º23.4%63.14%-
HSV(B)39.55º24.04%71.76%-
XYZ38.1939.9430.12-
YUV169.18110.97137.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=37.35%
G=34.29%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316813900.080.240.2839.5523.463.14
HexB7A88B08181C28173f
Octal2672502130103034502777
Binary10110111101010001000101101000110001110010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A88B; }

 p { color: rgb(183,168,139); }

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

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

 a { background-color: rgb(183,168,139); }

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

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

 span { border-color: rgb(183,168,139); }

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