#B7A482

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

Shades of Pavlova #B7A482

Tints of Pavlova #B7A482

Color information

#B7A482 (or 0xB7A482) is unknown color: approx Pavlova. HEX triplet: B7, A4 and 82. RGB value is (183,164,130). Sum of RGB (Red+Green+Blue) = 183+164+130=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A482 is #485B7D. Grayscale: #A5A5A5. Windows color (decimal): -4742014 or 8561847. OLE color: 8561847.

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

Color convert

RGB183164130-
CMYK00.100.290.28
HSL38.49º26.9%61.37%-
HSV(B)38.49º28.96%71.76%-
XYZ36.8338.2326.56-
YUV165.8107.79140.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=38.36%
G=34.38%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316413000.100.290.2838.4926.961.37
HexB7A4820A1D1C261b3d
Octal2672442020123534463375
Binary10110111101001001000001001010111011110010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A482; }

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

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

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

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

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

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

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

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