#BBA78B

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

Shades of Pavlova #BBA78B

Tints of Pavlova #BBA78B

Color information

#BBA78B (or 0xBBA78B) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 8B. RGB value is (187,167,139). Sum of RGB (Red+Green+Blue) = 187+167+139=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78B is #445874. Grayscale: #A9A9A9. Windows color (decimal): -4479093 or 9152443. OLE color: 9152443.

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

Color convert

RGB187167139-
CMYK00.110.260.27
HSL35º26.09%63.92%-
HSV(B)35º25.67%73.33%-
XYZ38.9740.0730.11-
YUV169.79110.63140.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=37.93%
G=33.87%
B=28.19%

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
Decimal18716713900.110.260.273526.0963.92
HexBBA78B0B1A1B231a40
Octal27324721301332334332100
Binary101110111010011110001011010111101011011100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA78B; }

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

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

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

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

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

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

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

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