#B7A475

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

Shades of Pavlova #B7A475

Tints of Pavlova #B7A475

Color information

#B7A475 (or 0xB7A475) is unknown color: approx Pavlova. HEX triplet: B7, A4 and 75. RGB value is (183,164,117). Sum of RGB (Red+Green+Blue) = 183+164+117=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A475 is #485B8A. Grayscale: #A4A4A4. Windows color (decimal): -4742027 or 7709879. OLE color: 7709879.

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

Color convert

RGB183164117-
CMYK00.100.360.28
HSL42.73º31.43%58.82%-
HSV(B)42.73º36.07%71.76%-
XYZ36.0137.922.25-
YUV164.32101.29141.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=39.44%
G=35.34%
B=25.22%

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
Decimal18316411700.100.360.2842.7331.4358.82
HexB7A4750A241C2b1f3b
Octal2672441650124434533773
Binary10110111101001001110101010101001001110010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A475; }

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

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

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

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

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

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

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

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