#b7a07a

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

Shades of Pavlova #B7A07A

Tints of Pavlova #B7A07A

Color information

#B7A07A (or 0xB7A07A) is unknown color: approx Pavlova. HEX triplet: B7, A0 and 7A. RGB value is (183,160,122). Sum of RGB (Red+Green+Blue) = 183+160+122=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A07A is #485F85. Grayscale: #A2A2A2. Windows color (decimal): -4743046 or 8036535. OLE color: 8036535.

HSL color Cylindrical-coordinate representation of color #B7A07A: hue angle of 37.38º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A07A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183160122-
CMYK00.130.330.28
HSL37.38º29.76%59.8%-
HSV(B)37.38º33.33%71.76%-
XYZ35.6136.6123.6-
YUV162.55105.12142.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=39.35%
G=34.41%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316012200.130.330.2837.3829.7659.8
HexB7A07A0D211C251e3c
Octal2672401720154134453674
Binary10110111101000001111010011011000011110010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a07a; }

 p { color: rgb(183,160,122); }

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

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

 a { background-color: rgb(183,160,122); }

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

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

 span { border-color: rgb(183,160,122); }

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