#B7A580

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

Shades of Pavlova #B7A580

Tints of Pavlova #B7A580

Color information

#B7A580 (or 0xB7A580) is unknown color: approx Pavlova. HEX triplet: B7, A5 and 80. RGB value is (183,165,128). Sum of RGB (Red+Green+Blue) = 183+165+128=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A580 is #485A7F. Grayscale: #A6A6A6. Windows color (decimal): -4741760 or 8431031. OLE color: 8431031.

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

Color convert

RGB183165128-
CMYK00.100.300.28
HSL40.36º27.64%60.98%-
HSV(B)40.36º30.05%71.76%-
XYZ36.8838.5425.92-
YUV166.16106.46140.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=38.45%
G=34.66%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316512800.100.300.2840.3627.6460.98
HexB7A5800A1E1C281c3d
Octal2672452000123634503475
Binary10110111101001011000000001010111101110010100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A580; }

 p { color: rgb(183,165,128); }

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

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

 a { background-color: rgb(183,165,128); }

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

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

 span { border-color: rgb(183,165,128); }

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