#BBA68D

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

Shades of Pavlova #BBA68D

Tints of Pavlova #BBA68D

Color information

#BBA68D (or 0xBBA68D) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 8D. RGB value is (187,166,141). Sum of RGB (Red+Green+Blue) = 187+166+141=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68D is #445972. Grayscale: #A9A9A9. Windows color (decimal): -4479347 or 9283259. OLE color: 9283259.

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

Color convert

RGB187166141-
CMYK00.110.250.27
HSL32.61º25.27%64.31%-
HSV(B)32.61º24.6%73.33%-
XYZ38.9439.7630.82-
YUV169.43111.96140.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=37.85%
G=33.60%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716614100.110.250.2732.6125.2764.31
HexBBA68D0B191B211940
Octal27324621501331334131100
Binary101110111010011010001101010111100111011100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA68D; }

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

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

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

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

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

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

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

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