#BBA97B

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

Shades of Pavlova #BBA97B

Tints of Pavlova #BBA97B

Color information

#BBA97B (or 0xBBA97B) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 7B. RGB value is (187,169,123). Sum of RGB (Red+Green+Blue) = 187+169+123=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97B is #445684. Grayscale: #A9A9A9. Windows color (decimal): -4478597 or 8104379. OLE color: 8104379.

HSL color Cylindrical-coordinate representation of color #BBA97B: hue angle of 43.13º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA97B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187169123-
CMYK00.100.340.27
HSL43.13º32%60.78%-
HSV(B)43.13º34.22%73.33%-
XYZ38.2640.3724.51-
YUV169.14101.96140.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=39.04%
G=35.28%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716912300.100.340.2743.133260.78
HexBBA97B0A221B2b203d
Octal2732511730124233534075
Binary101110111010100111110110101010001011011101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA97B; }

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

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

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

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

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

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

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

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