#B7A48C

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

Shades of Pavlova #B7A48C

Tints of Pavlova #B7A48C

Color information

#B7A48C (or 0xB7A48C) is unknown color: approx Pavlova. HEX triplet: B7, A4 and 8C. RGB value is (183,164,140). Sum of RGB (Red+Green+Blue) = 183+164+140=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A48C is #485B73. Grayscale: #A7A7A7. Windows color (decimal): -4742004 or 9217207. OLE color: 9217207.

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

Color convert

RGB183164140-
CMYK00.100.230.28
HSL33.49º22.99%63.33%-
HSV(B)33.49º23.5%71.76%-
XYZ37.5438.5130.27-
YUV166.95112.79139.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=37.58%
G=33.68%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316414000.100.230.2833.4922.9963.33
HexB7A48C0A171C21173f
Octal2672442140122734412777
Binary10110111101001001000110001010101111110010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A48C; }

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

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

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

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

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

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

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

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