#B7A479

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

Shades of Pavlova #B7A479

Tints of Pavlova #B7A479

Color information

#B7A479 (or 0xB7A479) is unknown color: approx Pavlova. HEX triplet: B7, A4 and 79. RGB value is (183,164,121). Sum of RGB (Red+Green+Blue) = 183+164+121=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A479 is #485B86. Grayscale: #A4A4A4. Windows color (decimal): -4742023 or 7972023. OLE color: 7972023.

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

Color convert

RGB183164121-
CMYK00.100.340.28
HSL41.61º30.1%59.61%-
HSV(B)41.61º33.88%71.76%-
XYZ36.263823.51-
YUV164.78103.29141-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=39.10%
G=35.04%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316412100.100.340.2841.6130.159.61
HexB7A4790A221C2a1e3c
Octal2672441710124234523674
Binary10110111101001001111001010101000101110010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A479; }

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

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

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

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

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

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

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

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