#B7A575

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

Shades of Pavlova #B7A575

Tints of Pavlova #B7A575

Color information

#B7A575 (or 0xB7A575) is unknown color: approx Pavlova. HEX triplet: B7, A5 and 75. RGB value is (183,165,117). Sum of RGB (Red+Green+Blue) = 183+165+117=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A575 is #485A8A. Grayscale: #A5A5A5. Windows color (decimal): -4741771 or 7710135. OLE color: 7710135.

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

Color convert

RGB183165117-
CMYK00.100.360.28
HSL43.64º31.43%58.82%-
HSV(B)43.64º36.07%71.76%-
XYZ36.1938.2622.31-
YUV164.91100.96140.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=39.35%
G=35.48%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316511700.100.360.2843.6431.4358.82
HexB7A5750A241C2c1f3b
Octal2672451650124434543773
Binary10110111101001011110101010101001001110010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A575; }

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

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

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

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

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

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

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

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