#B7A675

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

Shades of Pavlova #B7A675

Tints of Pavlova #B7A675

Color information

#B7A675 (or 0xB7A675) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 75. RGB value is (183,166,117). Sum of RGB (Red+Green+Blue) = 183+166+117=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A675 is #48598A. Grayscale: #A5A5A5. Windows color (decimal): -4741515 or 7710391. OLE color: 7710391.

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

Color convert

RGB183166117-
CMYK00.090.360.28
HSL44.55º31.43%58.82%-
HSV(B)44.55º36.07%71.76%-
XYZ36.3838.6222.37-
YUV165.5100.63140.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=39.27%
G=35.62%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316611700.090.360.2844.5531.4358.82
HexB7A67509241C2d1f3b
Octal2672461650114434553773
Binary10110111101001101110101010011001001110010110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A675; }

 p { color: rgb(183,166,117); }

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

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

 a { background-color: rgb(183,166,117); }

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

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

 span { border-color: rgb(183,166,117); }

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