#B8AA7B

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

Shades of Pavlova #B8AA7B

Tints of Pavlova #B8AA7B

Color information

#B8AA7B (or 0xB8AA7B) is unknown color: approx Pavlova. HEX triplet: B8, AA and 7B. RGB value is (184,170,123). Sum of RGB (Red+Green+Blue) = 184+170+123=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA7B is #475584. Grayscale: #A9A9A9. Windows color (decimal): -4674949 or 8104632. OLE color: 8104632.

HSL color Cylindrical-coordinate representation of color #B8AA7B: hue angle of 46.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AA7B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184170123-
CMYK00.080.330.28
HSL46.23º30.05%60.2%-
HSV(B)46.23º33.15%72.16%-
XYZ37.7240.3724.54-
YUV168.83102.14138.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=38.57%
G=35.64%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417012300.080.330.2846.2330.0560.2
HexB8AA7B08211C2e1e3c
Octal2702521730104134563674
Binary10111000101010101111011010001000011110010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA7B; }

 p { color: rgb(184,170,123); }

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

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

 a { background-color: rgb(184,170,123); }

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

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

 span { border-color: rgb(184,170,123); }

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