#B7A97D

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

Shades of Pavlova #B7A97D

Tints of Pavlova #B7A97D

Color information

#B7A97D (or 0xB7A97D) is unknown color: approx Pavlova. HEX triplet: B7, A9 and 7D. RGB value is (183,169,125). Sum of RGB (Red+Green+Blue) = 183+169+125=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A97D is #485682. Grayscale: #A8A8A8. Windows color (decimal): -4740739 or 8235447. OLE color: 8235447.

HSL color Cylindrical-coordinate representation of color #B7A97D: hue angle of 45.52º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A97D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183169125-
CMYK00.080.320.28
HSL45.52º28.71%60.39%-
HSV(B)45.52º31.69%71.76%-
XYZ37.4239.9225.14-
YUV168.17103.64138.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=38.36%
G=35.43%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316912500.080.320.2845.5228.7160.39
HexB7A97D08201C2e1d3c
Octal2672511750104034563574
Binary10110111101010011111101010001000001110010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A97D; }

 p { color: rgb(183,169,125); }

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

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

 a { background-color: rgb(183,169,125); }

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

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

 span { border-color: rgb(183,169,125); }

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