#B8A779

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

Shades of Pavlova #B8A779

Tints of Pavlova #B8A779

Color information

#B8A779 (or 0xB8A779) is unknown color: approx Pavlova. HEX triplet: B8, A7 and 79. RGB value is (184,167,121). Sum of RGB (Red+Green+Blue) = 184+167+121=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A779 is #475886. Grayscale: #A7A7A7. Windows color (decimal): -4675719 or 7972792. OLE color: 7972792.

HSL color Cylindrical-coordinate representation of color #B8A779: hue angle of 43.81º degrees, saturation: 0.31, 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 #B8A779 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184167121-
CMYK00.090.340.28
HSL43.81º30.73%59.8%-
HSV(B)43.81º34.24%72.16%-
XYZ37.0439.2123.71-
YUV166.84102.13140.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=38.98%
G=35.38%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416712100.090.340.2843.8130.7359.8
HexB8A77909221C2c1f3c
Octal2702471710114234543774
Binary10111000101001111111001010011000101110010110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A779; }

 p { color: rgb(184,167,121); }

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

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

 a { background-color: rgb(184,167,121); }

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

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

 span { border-color: rgb(184,167,121); }

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