#BBA68A

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

Shades of Pavlova #BBA68A

Tints of Pavlova #BBA68A

Color information

#BBA68A (or 0xBBA68A) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 8A. RGB value is (187,166,138). Sum of RGB (Red+Green+Blue) = 187+166+138=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68A is #445975. Grayscale: #A9A9A9. Windows color (decimal): -4479350 or 9086651. OLE color: 9086651.

HSL color Cylindrical-coordinate representation of color #BBA68A: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA68A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187166138-
CMYK00.110.260.27
HSL34.29º26.49%63.73%-
HSV(B)34.29º26.2%73.33%-
XYZ38.7239.6729.66-
YUV169.09110.46140.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=38.09%
G=33.81%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716613800.110.260.2734.2926.4963.73
HexBBA68A0B1A1B221a40
Octal27324621201332334232100
Binary101110111010011010001010010111101011011100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA68A; }

 p { color: rgb(187,166,138); }

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

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

 a { background-color: rgb(187,166,138); }

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

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

 span { border-color: rgb(187,166,138); }

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