#B7A57E

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

Shades of Pavlova #B7A57E

Tints of Pavlova #B7A57E

Color information

#B7A57E (or 0xB7A57E) is unknown color: approx Pavlova. HEX triplet: B7, A5 and 7E. RGB value is (183,165,126). Sum of RGB (Red+Green+Blue) = 183+165+126=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A57E is #485A81. Grayscale: #A6A6A6. Windows color (decimal): -4741762 or 8299959. OLE color: 8299959.

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

Color convert

RGB183165126-
CMYK00.100.310.28
HSL41.05º28.36%60.59%-
HSV(B)41.05º31.15%71.76%-
XYZ36.7538.4825.23-
YUV165.94105.46140.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=38.61%
G=34.81%
B=26.58%

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
Decimal18316512600.100.310.2841.0528.3660.59
HexB7A57E0A1F1C291c3d
Octal2672451760123734513475
Binary1011011110100101111111001010111111110010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A57E; }

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

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

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

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

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

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

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

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