#B7A377

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

Shades of Pavlova #B7A377

Tints of Pavlova #B7A377

Color information

#B7A377 (or 0xB7A377) is unknown color: approx Pavlova. HEX triplet: B7, A3 and 77. RGB value is (183,163,119). Sum of RGB (Red+Green+Blue) = 183+163+119=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A377 is #485C88. Grayscale: #A4A4A4. Windows color (decimal): -4742281 or 7840695. OLE color: 7840695.

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

Color convert

RGB183163119-
CMYK00.110.350.28
HSL41.25º30.77%59.22%-
HSV(B)41.25º34.97%71.76%-
XYZ35.9637.5922.81-
YUV163.96102.63141.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=39.35%
G=35.05%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316311900.110.350.2841.2530.7759.22
HexB7A3770B231C291f3b
Octal2672431670134334513773
Binary10110111101000111110111010111000111110010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A377; }

 p { color: rgb(183,163,119); }

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

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

 a { background-color: rgb(183,163,119); }

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

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

 span { border-color: rgb(183,163,119); }

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