#B8A679

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

Shades of Pavlova #B8A679

Tints of Pavlova #B8A679

Color information

#B8A679 (or 0xB8A679) is unknown color: approx Pavlova. HEX triplet: B8, A6 and 79. RGB value is (184,166,121). Sum of RGB (Red+Green+Blue) = 184+166+121=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A679 is #475986. Grayscale: #A6A6A6. Windows color (decimal): -4675975 or 7972536. OLE color: 7972536.

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

Color convert

RGB184166121-
CMYK00.100.340.28
HSL42.86º30.73%59.8%-
HSV(B)42.86º34.24%72.16%-
XYZ36.8538.8423.64-
YUV166.25102.46140.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=39.07%
G=35.24%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416612100.100.340.2842.8630.7359.8
HexB8A6790A221C2b1f3c
Octal2702461710124234533774
Binary10111000101001101111001010101000101110010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A679; }

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

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

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

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

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

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

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

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