#B7A88C

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

Shades of Pavlova #B7A88C

Tints of Pavlova #B7A88C

Color information

#B7A88C (or 0xB7A88C) is unknown color: approx Pavlova. HEX triplet: B7, A8 and 8C. RGB value is (183,168,140). Sum of RGB (Red+Green+Blue) = 183+168+140=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88C is #485773. Grayscale: #A9A9A9. Windows color (decimal): -4740980 or 9218231. OLE color: 9218231.

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

Color convert

RGB183168140-
CMYK00.080.230.28
HSL39.07º22.99%63.33%-
HSV(B)39.07º23.5%71.76%-
XYZ38.2639.9730.51-
YUV169.29111.47137.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=37.27%
G=34.22%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316814000.080.230.2839.0722.9963.33
HexB7A88C08171C27173f
Octal2672502140102734472777
Binary10110111101010001000110001000101111110010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A88C; }

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

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

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

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

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

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

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

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