#B8A477

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

Shades of Pavlova #B8A477

Tints of Pavlova #B8A477

Color information

#B8A477 (or 0xB8A477) is unknown color: approx Pavlova. HEX triplet: B8, A4 and 77. RGB value is (184,164,119). Sum of RGB (Red+Green+Blue) = 184+164+119=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A477 is #475B88. Grayscale: #A5A5A5. Windows color (decimal): -4676489 or 7840952. OLE color: 7840952.

HSL color Cylindrical-coordinate representation of color #B8A477: hue angle of 41.54º 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 #B8A477 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184164119-
CMYK00.110.350.28
HSL41.54º31.4%59.41%-
HSV(B)41.54º35.33%72.16%-
XYZ36.3738.0722.88-
YUV164.85102.13141.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=39.40%
G=35.12%
B=25.48%

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
Decimal18416411900.110.350.2841.5431.459.41
HexB8A4770B231C2a1f3b
Octal2702441670134334523773
Binary10111000101001001110111010111000111110010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A477; }

 p { color: rgb(184,164,119); }

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

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

 a { background-color: rgb(184,164,119); }

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

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

 span { border-color: rgb(184,164,119); }

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