#B7A57F

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

Shades of Pavlova #B7A57F

Tints of Pavlova #B7A57F

Color information

#B7A57F (or 0xB7A57F) is unknown color: approx Pavlova. HEX triplet: B7, A5 and 7F. RGB value is (183,165,127). Sum of RGB (Red+Green+Blue) = 183+165+127=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A57F is #485A80. Grayscale: #A6A6A6. Windows color (decimal): -4741761 or 8365495. OLE color: 8365495.

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

Color convert

RGB183165127-
CMYK00.100.310.28
HSL40.71º28%60.78%-
HSV(B)40.71º30.6%71.76%-
XYZ36.8138.5125.57-
YUV166.05105.96140.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 127 (50% from 255) = 26.74%
R=38.53%
G=34.74%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316512700.100.310.2840.712860.78
HexB7A57F0A1F1C291c3d
Octal2672451770123734513475
Binary1011011110100101111111101010111111110010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A57F; }

 p { color: rgb(183,165,127); }

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

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

 a { background-color: rgb(183,165,127); }

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

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

 span { border-color: rgb(183,165,127); }

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