#BBA78A

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

Shades of Pavlova #BBA78A

Tints of Pavlova #BBA78A

Color information

#BBA78A (or 0xBBA78A) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 8A. RGB value is (187,167,138). Sum of RGB (Red+Green+Blue) = 187+167+138=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78A is #445875. Grayscale: #A9A9A9. Windows color (decimal): -4479094 or 9086907. OLE color: 9086907.

HSL color Cylindrical-coordinate representation of color #BBA78A: hue angle of 35.51º 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 #BBA78A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187167138-
CMYK00.110.260.27
HSL35.51º26.49%63.73%-
HSV(B)35.51º26.2%73.33%-
XYZ38.940.0429.72-
YUV169.67110.13140.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=38.01%
G=33.94%
B=28.05%

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
Decimal18716713800.110.260.2735.5126.4963.73
HexBBA78A0B1A1B241a40
Octal27324721201332334432100
Binary101110111010011110001010010111101011011100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA78A; }

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

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

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

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

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

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

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

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