#B8A67A

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

Shades of Pavlova #B8A67A

Tints of Pavlova #B8A67A

Color information

#B8A67A (or 0xB8A67A) is unknown color: approx Pavlova. HEX triplet: B8, A6 and 7A. RGB value is (184,166,122). Sum of RGB (Red+Green+Blue) = 184+166+122=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A67A is #475985. Grayscale: #A6A6A6. Windows color (decimal): -4675974 or 8038072. OLE color: 8038072.

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

Color convert

RGB184166122-
CMYK00.100.340.28
HSL42.58º30.39%60%-
HSV(B)42.58º33.7%72.16%-
XYZ36.9238.8723.97-
YUV166.37102.96140.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=38.98%
G=35.17%
B=25.85%

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
Decimal18416612200.100.340.2842.5830.3960
HexB8A67A0A221C2b1e3c
Octal2702461720124234533674
Binary10111000101001101111010010101000101110010101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A67A; }

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

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

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

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

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

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

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

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