#B8A97B

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

Shades of Pavlova #B8A97B

Tints of Pavlova #B8A97B

Color information

#B8A97B (or 0xB8A97B) is unknown color: approx Pavlova. HEX triplet: B8, A9 and 7B. RGB value is (184,169,123). Sum of RGB (Red+Green+Blue) = 184+169+123=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A97B is #475684. Grayscale: #A8A8A8. Windows color (decimal): -4675205 or 8104376. OLE color: 8104376.

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

Color convert

RGB184169123-
CMYK00.080.330.28
HSL45.25º30.05%60.2%-
HSV(B)45.25º33.15%72.16%-
XYZ37.534024.48-
YUV168.24102.47139.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=38.66%
G=35.50%
B=25.84%

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
Decimal18416912300.080.330.2845.2530.0560.2
HexB8A97B08211C2d1e3c
Octal2702511730104134553674
Binary10111000101010011111011010001000011110010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A97B; }

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

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

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

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

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

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

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

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