#B7A278

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

Shades of Pavlova #B7A278

Tints of Pavlova #B7A278

Color information

#B7A278 (or 0xB7A278) is unknown color: approx Pavlova. HEX triplet: B7, A2 and 78. RGB value is (183,162,120). Sum of RGB (Red+Green+Blue) = 183+162+120=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A278 is #485D87. Grayscale: #A3A3A3. Windows color (decimal): -4742536 or 7905975. OLE color: 7905975.

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

Color convert

RGB183162120-
CMYK00.110.340.28
HSL40º30.43%59.41%-
HSV(B)40º34.43%71.76%-
XYZ35.8437.2623.07-
YUV163.49103.46141.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=39.35%
G=34.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316212000.110.340.284030.4359.41
HexB7A2780B221C281e3b
Octal2672421700134234503673
Binary10110111101000101111000010111000101110010100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A278; }

 p { color: rgb(183,162,120); }

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

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

 a { background-color: rgb(183,162,120); }

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

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

 span { border-color: rgb(183,162,120); }

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